Iron Gorilla Developers

ManualInputScreenDefinition

One linear wizard screen in the manual-input contract.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface ManualInputScreenDefinition

Properties

  • id (string): Stable screen identifier preserved across code and GUI round trips.
  • title (string): User-facing screen title shown in the wizard.
  • description? (string): Optional helper text shown for the screen.
  • fields (string[]): Ordered leaf-field paths rendered on this screen.

On this page