ng-xtend API documentation
    Preparing search index...

    Class XtBaseTypeHierarchy

    Default implementation of XtTypeHierarchy. Represents a node in the type hierarchy tree, holding type metadata, children, handler, and compatibility information.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    children?: { [key: string]: XtTypeReference | XtBaseTypeHierarchy }
    compatibleTypes?: string[]
    displayTemplate?: string
    handler?: XtTypeHandler<any>
    numericField?: string
    type: string

    Methods

    • Checks whether this type is compatible with the given type name

      Parameters

      • toTest: string

        The type name to check compatibility against

      Returns boolean

      True if this type is compatible with the target type

    • Checks whether this type matches the given type name

      Parameters

      • toTest: string

        The type name to compare

      Returns boolean

      True if the type name matches