Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClassDeclaration

Hierarchy

Index

Properties

abstract

abstract: boolean | null

body

body: any

declare

declare: boolean | null

decorators

decorators: any

end

end: number | null

id

id: any

implements

implements: any

innerComments

innerComments: ReadonlyArray<Comment> | null

leadingComments

leadingComments: ReadonlyArray<Comment> | null

loc

loc: SourceLocation | null

mixins

mixins: any

start

start: number | null

superClass

superClass: any

superTypeParameters

superTypeParameters: any

trailingComments

trailingComments: ReadonlyArray<Comment> | null

type

type: "ClassDeclaration"

typeParameters

typeParameters: any