Available on all targets
Represents a type definition.
pos:Position
The position to the type definition.
@:optionaloptionalparams:Null<Array<TypeParamDecl>>
The parameter type declarations of the type definition.
pack:Array<String>
The package of the type definition.
name:String
The name of the type definition.
@:optionaloptionalmeta:Null<Metadata>
The optional metadata of the type definition.
kind:TypeDefKind
The kind of the type definition.
@:optionaloptionalisExtern:Null<Bool>
Whether or not the type is extern.
fields:Array<Field>
The fields of the type definition.
@:optionaloptionaldoc:Null<String>
The documentation of the type, if available. If the type has no documentation, the value is null.
null