Cumulocity Web SDK - v1021.67.0

    Interface ISystemOption

    This interface holds all fragments which describes a system option object.

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

    Properties

    Properties

    category: string

    Category of option

    key: string

    Key of option

    value?: string

    Value of option

    MMNEPVFCICPMFPCPTTAAATR