Represents a parameter associated with a device or node, including its name, value, and metadata.

Implements

Constructors

Properties

bounds?: Record<string, any>

Bounds for the parameter values.

dataType: string

The data type of the parameter.

deviceName: string

The name of the device to which this parameter belongs.

name: string

The name of the parameter.

nodeRef: WeakRef<ESPRMNode>

Reference to ESPRMNode.

properties: string[]

Additional properties related to the parameter.

type: string

The type of the parameter.

uiType?: string

The user interface type for the parameter.

validStrings?: string[]

The valid string values of the parameter.

value?: any

The value of the parameter.

Methods