Properties
Optional abstract
abstract?: null | boolean
Optional access
access?: null | "public" | "private" | "protected"
Optional accessibility
accessibility?: null | "public" | "private" | "protected"
Optional async
async?: boolean
Optional computed
computed?: boolean
Optional decorators
Optional end
end?: null | number
Optional extra
extra?: Record<string, unknown> Optional generator
generator?: boolean
key
Optional kind
kind?: "get" | "method" | "set" | "constructor"
Optional optional
optional?: null | boolean
Optional override
override?: boolean
params
Optional range
range?: [number, number]
Optional returnType
Optional start
start?: null | number
Optional static
static?: boolean
Optional trailingComments
trailingComments?: null | Comment[] type
type: "TSDeclareMethod"
Optional typeParameters