Class
interface Class extends HasSpan, HasDecorator {
body: ClassMember[];
implements: TsExpressionWithTypeArguments[];
isAbstract: boolean;
superClass?: Expression;
superTypeParams?: TsTypeParameterInstantiation;
typeParams?: TsTypeParameterDeclaration;
}§Properties
§
body: ClassMember[]
[src]§
implements: TsExpressionWithTypeArguments[]
[src]§
superClass?: Expression
[src]§
superTypeParams?: TsTypeParameterInstantiation
[src]§
typeParams?: TsTypeParameterDeclaration
[src]