ManualInputPrimitiveFieldDefinition
One primitive field declared in a manual-input contract.
SDK v2026.4.0
Kind: interface
Signature
export interface ManualInputPrimitiveFieldDefinitionProperties
type(ManualInputPrimitiveType): Primitive field kind accepted from the manual-run wizard.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.default?(string | number | boolean): Optional default value applied before validation completes.