onvif
    Preparing search index...

    Interface ActionConfiguration

    Action Configuration data type contains the configuration settings of action configuration parameters, service requester given action Name, and service provider supported action type value

    interface ActionConfiguration {
        name: string;
        parameters: ItemList;
        type: unknown;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    name: string

    User given name.

    parameters: ItemList

    Action configuration parameter settings.

    type: unknown

    Denotes the action type.