Iron Gorilla Developers

ManualInputSelectFieldDefinition

One select field declared in a manual-input contract.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface ManualInputSelectFieldDefinition

Properties

  • type (select): Dropdown-field discriminant.
  • label (string): User-facing field label shown in the GUI.
  • description? (string): Optional helper text shown below the field.
  • required? (boolean): Whether the field is required when no default is provided.
  • options (ManualInputSelectOptionDefinition[]): Allowed string options rendered in order.
  • default? (string): Optional default option value applied before validation completes.

On this page