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