ng-xtend API documentation
    Preparing search index...

    Type Alias XtWorkflowInfo<T>

    Information about a registered workflow plugin

    type XtWorkflowInfo<T extends XtWorkflow> = {
        class: T;
        name: string;
        workflowsHandled: string[];
    }

    Type Parameters

    Index

    Properties

    class: T
    name: string
    workflowsHandled: string[]