Properties
Optional abstract
abstract?: null | boolean
Optional access
access?: null | "public" | "private" | "protected"
Optional accessibility
accessibility?: null | "public" | "private" | "protected"
Optional async
async?: boolean
body
Optional computed
computed?: boolean
Optional decorators
Optional end
end?: null | number
Optional extra
extra?: Record<string, unknown> Optional generator
generator?: boolean
key
kind
kind: "get" | "method" | "set"
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: "ClassPrivateMethod"
Optional typeParameters