Iron Gorilla Developers

ManualInputDefinition

Code-tracked manual-input contract shared by code authoring and the GUI.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface ManualInputDefinition

Remarks

The declaration is strict so it can round-trip between source control and visual editing without lossy normalization.

Properties

  • fields (Record): Manual-input field tree keyed by stable field names.
  • screens (ManualInputScreenDefinition[]): Ordered linear wizard screens referencing leaf-field paths exactly once.

On this page