The name of this type
Optionalhandler: XtTypeHandler<any>Optional type handler for this type
OptionalchildrenOptionalcompatibleOptionaldisplayOptionalhandlerOptionalnumericAdds a child type to this type hierarchy
The name of the child property
The child type hierarchy to add
Adds a reference child to this type hierarchy
The name of the child property
The type reference to add
Initializes the type handler with this hierarchy context
Checks whether this type is compatible with the given type name
The type name to check compatibility against
True if this type is compatible with the target type
Checks whether this type matches the given type name
The type name to compare
True if the type name matches
Lists all child references
A map of reference names to their XtTypeReference definitions
Default implementation of XtTypeHierarchy. Represents a node in the type hierarchy tree, holding type metadata, children, handler, and compatibility information.