ParameterProperties interface
Properties of a HorizonDb parameters.
Properties
| allowed |
The allowed values for the parameter. |
| data |
The data type of the parameter. |
| description | The description of the parameter. |
| documentation |
Link to parameter documentation. |
| is |
Whether the parameter can be changed dynamically. |
| is |
Whether the parameter is a read-only parameter. |
| name | The name of the parameter. |
| unit | The unit of measurement for the parameter. |
| value | The value of the configuration. |
Property Details
allowedValues
The allowed values for the parameter.
allowedValues?: string
Property Value
string
dataType
The data type of the parameter.
dataType?: string
Property Value
string
description
The description of the parameter.
description?: string
Property Value
string
documentationLink
Link to parameter documentation.
documentationLink?: string
Property Value
string
isDynamic
Whether the parameter can be changed dynamically.
isDynamic?: boolean
Property Value
boolean
isReadOnly
Whether the parameter is a read-only parameter.
isReadOnly?: boolean
Property Value
boolean
name
The name of the parameter.
name?: string
Property Value
string
unit
The unit of measurement for the parameter.
unit?: string
Property Value
string
value
The value of the configuration.
value?: string
Property Value
string