Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ObjectMethod

Hierarchy

Index

Properties

async

async: boolean

body

computed

computed: boolean

Optional decorators

decorators: Decorator[]

end

end: number

generator

generator: boolean

id

Optional innerComments

innerComments: Comment[]

key

kind

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

Optional leadingComments

leadingComments: Comment[]

loc

params

params: LVal[]

Optional returnType

returnType: TypeAnnotation

shorthand

shorthand: boolean

start

start: number

Optional trailingComments

trailingComments: Comment[]

type

type: "ObjectMethod"

Optional typeParameters

typeParameters: TypeParameterDeclaration

value

value: Expression

Generated using TypeDoc