ng-xtend API documentation
    Preparing search index...

    Type Alias XtTypeDetail

    More complex description of a type. Enable model compatibility & links

    type XtTypeDetail = {
        children?: { [key: string]: string | XtTypeReference | XtTypeInfo };
        compatibleTypes?: string[];
        displayTemplate?: string;
        numericField?: string;
    }
    Index

    Properties

    children?: { [key: string]: string | XtTypeReference | XtTypeInfo }
    compatibleTypes?: string[]
    displayTemplate?: string
    numericField?: string