ng-xtend API documentation
    Preparing search index...

    Type Alias XtActionHandlerInfo<T>

    Information about a registered action handler that groups actions by type

    type XtActionHandlerInfo<T> = {
        actions: { [name: string]: XtActionInfo<T> };
        types: string[];
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    actions: { [name: string]: XtActionInfo<T> }
    types: string[]