Cumulocity Web SDK - v1021.62.8

    Interface VersioningMatrixEntry

    interface VersioningMatrixEntry {
        api: string;
        sdk: string;
        [key: string]: string;
    }

    Indexable

    • [key: string]: string

      The required version of a cumulocity component. Indicated by a semver range.

      ">=1016.0.0 <1017.0.0"
      
    Index

    Properties

    Properties

    api: string

    The required version of the cumulocity api. Indicated by a semver range.

    ">=1016.0.0 <1017.0.0"
    
    sdk: string

    The required version of the Web SDK. Indicated by a semver range.

    ">=1016.0.0 <1017.0.0"
    
    MMNEPVFCICPMFPCPTTAAATR