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

    Interface INamed

    interface INamed {
        id?: string | number;
        name: string;
        toJSON(): any;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Methods

    Properties

    id?: string | number
    name: string

    Methods