Logo Xantham

TsGetAccessor Type

Represents a `get` accessor. Reflects: `GetAccessorDeclaration`. Example (TS): ```ts class C { get value(): number { return 0 } } ```

Record fields

Record Field Description

IsPrivate

Full Usage: IsPrivate

Field type: bool
Field type: bool

IsStatic

Full Usage: IsStatic

Field type: bool
Field type: bool

Name

Full Usage: Name

Field type: string
Field type: string

Type

Full Usage: Type

Field type: TypeKey
Field type: TypeKey

Type something to start searching.