Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClassExpression

Hierarchy

  • Node
    • ClassExpression

Index

Properties

body

body: ClassBody

Optional decorators

decorators: Decorator[]

end

end: number

id

Optional implements

implements: ClassImplements[]

Optional innerComments

innerComments: Comment[]

Optional leadingComments

leadingComments: Comment[]

loc

Optional mixins

mixins: any[]

start

start: number

superClass

superClass: Expression

Optional superTypeParameters

superTypeParameters: TypeParameterInstantiation

Optional trailingComments

trailingComments: Comment[]

type

type: "ClassExpression"

Optional typeParameters

typeParameters: TypeParameterDeclaration

Generated using TypeDoc