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

    Class OnmsParm

    Represents an OpenNMS event or alarm parameter.

    Implements

    Index

    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