Optional
annotationsOptional
argumentsWhen class has generic type arguments, e.g. MyClass
Optional
decoratorsOptional
extendsWhen the class extends another class and uses on it generic type arguments, then those arguments
are in this array.
For example class A extends B<string, boolean> {}
then extendsArguments = [string, boolean].
Optional
indexSet for index access expressions, e.g. Config['property'].
Optional
jitA place where arbitrary jit functions and its cache data is stored.
Optional
originOptional
origintype User = {id: number, user: string};
type UserCreate = Pick<User, 'user'>;
typeOf
Optional
parentOptional
scheduleOptional
typeIf the type was created by a type function, this contains the arguments passed the function.
Optional
typeIf the type was created by a type function, this contains the alias name.
properties/methods.
Generated using TypeDoc
Reflection
never