Cumulocity Web SDK - v1021.62.8
    Preparing search index...

    Interface ITenantOption

    Description of ITenantOption interface

    interface ITenantOption {
        category: string;
        key: string;
        value?: string;
    }
    Index

    Properties

    Properties

    category: string

    Category of option

    key: string

    Key of option

    value?: string

    Value of option