NumberUnitSelector

Description

Asks a physical unit based number value for the input variable.

Fields

Key Type Description
unitType String

The physics type of the number, like temperature, length, etc.

Required

Variable is NOT allowed

Supported values:

  • temperature
  • colortemperature

Examples

Ask user input for a temperature number.

selector:
  type: numberUnit
  unitType: temperature

Ask user input for a color temperature number.

selector:
  type: numberUnit
  unitType: colorTemperature