onvif
    Preparing search index...

    Interface Action

    Action data type contains the configuration settings of one action instance and service provider assigned unique identifier for this action configuration.

    interface Action {
        configuration: ActionConfiguration;
        token: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    configuration: ActionConfiguration

    Action configuration contains action type, user given action name, and configuratin parameter settings.

    token: string

    Unique Action identifier that service provider assigned to the action configuration.