onvif
    Preparing search index...

    Interface ActionTrigger

    Action Trigger data type contains the service provider assigned unique identifier for the configuration and action trigger configuration data.

    interface ActionTrigger {
        configuration: ActionTriggerConfiguration;
        token: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Action Trigger Configuration

    token: string

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