Iron Gorilla Developers

ManualInputSelectOptionDefinition

One selectable option rendered by a manual-input dropdown.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface ManualInputSelectOptionDefinition

Properties

  • value (string): Stable string value submitted when the operator picks this option.
  • label (string): User-facing label shown in the dropdown.
  • description? (string): Optional helper copy explaining when to use the option.

On this page