Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WamParameterConfiguration

Hierarchy

  • WamParameterConfiguration

Index

Properties

choices?: string[]

A list of human-readable choices corresponding to each valid value in the parameter's range, if applicable.

defaultValue?: number

The parameter's default value. Must be within range [minValue, maxValue].

discreteStep?: number

The distance between adjacent valid integer values, if applicable.

exponent?: number

The nonlinear (exponential) skew of the parameter's range, if applicable.

label?: string

The parameter's human-readable name.

maxValue?: number

The maximum valid value of the parameter's range.

minValue?: number

The minimum valid value of the parameter's range.

The parameter's data type.

units?: string

A human-readable string representing the units of the parameter's range, if applicable.

Generated using TypeDoc