Enumeration ReflectionKind

Defines the available reflection kinds.

Enumeration Members

Accessor: 262144
CallSignature: 4096
Class: 128
Constructor: 512
ConstructorSignature: 16384
Enum: 8
EnumMember: 16
Function: 64
GetSignature: 524288
IndexSignature: 8192
Interface: 256
Method: 2048
Module: 2
Namespace: 4
ObjectLiteral: 2097152
Parameter: 32768
Project: 1
Property: 1024
Reference: 8388608
SetSignature: 1048576
TypeAlias: 4194304
TypeLiteral: 65536
TypeParameter: 131072
Variable: 32

Generated using TypeDoc