Documentation - v6.7.1
    Preparing search index...

    Interface ActionOptions

    interface ActionOptions {
        actionKey?: string;
        context?: any;
        type?: ActionType;
    }
    Index
    actionKey?: string

    Action key

    context?: any

    Action context

    type?: ActionType

    Action Type

    'custom'