Represents a parameter associated with a service, including its name, value, and metadata. Has a serviceName property to identify the service it belongs to.

Implements

Constructors

Properties

bounds?: Record<string, any>

Bounds for the parameter values.

dataType: string

The data type of the parameter.

name: string

The name of the parameter.

nodeRef: WeakRef<ESPRMNode>

Reference to ESPRMNode.

properties: string[]

Additional properties related to the parameter.

serviceName: string

The name of the service to which this parameter belongs.

type: string

The type of the parameter.

validStrings?: string[]

The valid string values of the parameter.

value?: any

The value of the parameter.

Methods