Type alias Value

Value: "on" | "ro" | "off" | "-on" | "-ro"

Possible input control mode value:

  • on when control is writable. This is the default.
  • ro when control is read-only. Such control can not be edited, but still can be submitted.
  • off when control is disabled. Such control is not submitted.
  • -on when control is writable, but not submitted.
  • -ro when control is read-only, but not submitted.

Generated using TypeDoc