Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TSDeclareMethod

Hierarchy

  • Node
    • TSDeclareMethod

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: Decorator[] | null

end

end: number

generator

generator: boolean

Optional innerComments

innerComments: Comment[]

key

kind

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

Optional leadingComments

leadingComments: Comment[]

loc

optional

optional: boolean | null

params

params: LVal[]

returnType

returnType: TypeAnnotation | TSTypeAnnotation | Noop | null

start

start: number

static

static: boolean | null

Optional trailingComments

trailingComments: Comment[]

type

type: "TSDeclareMethod"

typeParameters

typeParameters: TypeParameterDeclaration | Noop | null

Generated using TypeDoc