Represents an OpenNMS event or alarm parameter.

Implements

Constructors

Properties

Accessors

Methods

Constructors

Properties

name: string

the name of the parm

type: string

the parm type

valueString: string

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

Accessors

  • get value():
        | string
        | number
        | Address6
        | Address4
  • the value coerced to a native type (if possible)

    Returns
        | string
        | number
        | Address6
        | Address4

Methods