onvif
    Preparing search index...

    Interface Attribute

    Attributes contains a Name and an optional Value and type.

    interface Attribute {
        name: string;
        value?: string;
        [key: string]: unknown;
    }

    Indexable

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

    Name of attribute. Key names starting with "ONVIF" (any case) are reserved for ONVIF use.

    value?: string

    Value of attribute