Variable NodeTypesConst

NodeTypes: {
    ACTIVE: OnmsNodeType;
    DELETED: OnmsNodeType;
    UNKNOWN: OnmsNodeType;
} = ...

Contains constant instances of all node types.

Type declaration

Generated using TypeDoc