Documentation - v7.1.0
    Preparing search index...
    interface ActionOptions {
        actionKey?: string;
        context?: any;
        type?: ActionType;
    }
    Index

    Properties

    actionKey?: string

    Action key

    context?: any

    Action context

    type?: ActionType

    Action Type

    'custom'