Iron Gorilla Developers

ManualInputObjectFieldDefinition

One nested object group declared in a manual-input contract.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface ManualInputObjectFieldDefinition

Properties

  • type (object): Object-group discriminant.
  • label (string): User-facing group label shown in the GUI.
  • description? (string): Optional helper text shown for the group.
  • fields (Record): Nested fields inside the object group.

On this page