Properties
Optional abstract
abstract?: null | boolean
Optional access
access?: null | "public" | "private" | "protected"
Optional accessibility
accessibility?: null | "public" | "private" | "protected"
async
async: boolean
body
computed
computed: boolean
Optional decorators
Optional end
end?: null | number
Optional extra
extra?: Record<string, unknown> generator
generator: boolean
key
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
static
static: boolean
Optional trailingComments
trailingComments?: null | Comment[] type
type: "ClassMethod"
Optional typeParameters