Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

abstract

abstract: boolean | null

access

access: "public" | "private" | "protected" | null

accessibility

accessibility: "public" | "private" | "protected" | null

async

async: boolean

computed

computed: boolean

decorators

decorators: Array<Decorator> | null

end

end: number | null

generator

generator: boolean

innerComments

innerComments: ReadonlyArray<Comment> | null

key

kind

kind: "get" | "set" | "method" | "constructor"

leadingComments

leadingComments: ReadonlyArray<Comment> | null

loc

loc: SourceLocation | null

optional

optional: boolean | null

params

returnType

returnType: TSTypeAnnotation | Noop | null

start

start: number | null

static

static: boolean

trailingComments

trailingComments: ReadonlyArray<Comment> | null

type

type: "TSDeclareMethod"

typeParameters

typeParameters: TSTypeParameterDeclaration | Noop | null

Generated using TypeDoc