ng-xtend API documentation
    Preparing search index...

    Type Alias XtActionHandler<Type>

    Defines an action handler that can run actions on items under a given context

    type XtActionHandler<Type> = {
        runAction(
            context: XtContext<Type>,
            actionName: string,
            resolver: XtResolverService,
            storeMgr?: any,
        ): Promise<XtActionResult<Type>>;
    }

    Type Parameters

    • Type
    Index

    Methods

    Methods