InputField
Represents an input field for a Component Action. Defines the basic properties that must be satisfied by the input data.
#
Return fieldsID!)#
id (The ID of the object.
Action!)#
action (The Action to which this InputField is associated.
String!)#
key (A string which uniquely identifies the InputField in the context of the Action.
String!)#
label (The name of the InputField.
InputFieldType!)#
type (Specifies the type of data the InputField handles.
InputFieldCollection)#
collection (Specifies the type of collection to use for storing input values, if applicable.
String)#
placeholder (Placeholder text that will appear in the InputField UI.
String)#
default (The default value for the InputField.
String)#
comments (Additional notes about the InputField.
String)#
example (Example valid input for the InputField.
Boolean!)#
required (Specifies whether the InputField is required by the Action.
JSONString)#
model (Dictates how possible choices are provided for this InputField.
String)#
language (Language to use for the Code Field.
Boolean!)#
allowUpdate (Specifies whether the signed-in User can update the InputField.
Boolean!)#
allowRemove (Specifies whether the signed-in User can remove the InputField.