Available on all targets
Represents a typedef.
type:Type
The target type of the typedef.
pos:Position
The position of the type.
params:Array<TypeParameter>
The type parameters of the type.
pack:Array<String>
The package of the type.
name:String
The name of the type.
module:String
The module name of the type, which might be different.
meta:MetaAccess
The metadata of the type.
isPrivate:Bool
Whether or not the type is private.
isExtern:Bool
Whether or not the type is extern.
exclude():Void
Allows excluding the type from compilation.
doc:Null<String>
The associated documentation of the class field.