ng-xtend API documentation
    Preparing search index...

    Type Alias XtPluginInfo

    Information about a registered plugin containing components, workflows, types, and action handlers

    type XtPluginInfo = {
        actionHandlers?: XtActionHandlerInfo<any>[];
        components?: XtComponentInfo<any>[];
        name: string;
        typeHandlers?: XtTypeHandlerInfo<any>[];
        types?: XtTypeInfo;
        uriLogo?: string;
        workflows?: XtWorkflowInfo<any>[];
    }
    Index

    Properties

    actionHandlers?: XtActionHandlerInfo<any>[]
    components?: XtComponentInfo<any>[]
    name: string
    typeHandlers?: XtTypeHandlerInfo<any>[]
    types?: XtTypeInfo
    uriLogo?: string
    workflows?: XtWorkflowInfo<any>[]