Represents an attribute of a node or device.

interface ESPRMAttributeInterface {
    name: string;
    value?: any;
}

Hierarchy (View Summary)

Implemented by

Properties

Properties

name: string
value?: any