OpenNMS.js - v2.7.2-SNAPSHOT
    Preparing search index...

    Class OnmsParm

    Represents an OpenNMS event or alarm parameter.

    Implements

    Index
    name: string

    the name of the parm

    type: string

    the parm type

    valueString: string

    the raw parm value from the server (as a string)

    • get value(): string | number | Address6 | Address4

      the value coerced to a native type (if possible)

      Returns string | number | Address6 | Address4