InputField
Extends
Section titled “Extends”FieldBase
Properties
Section titled “Properties”fieldType
Section titled “fieldType”fieldType:
"Input"
label:
string
Inherited from
Section titled “Inherited from”FieldBase.label
name:
string
nodeType
Section titled “nodeType”nodeType:
"Field"
Inherited from
Section titled “Inherited from”FieldBase.nodeType
placeholder?
Section titled “placeholder?”
optionalplaceholder?:string|null
required
Section titled “required”required:
boolean
submissionKey?
Section titled “submissionKey?”
optionalsubmissionKey?:string
The key this field’s answer is submitted under. Absent on buttons, which carry no value.
Deliberately not the same as name: a field placed by reference to a shared Field is keyed
by that Field’s external id instead. Always submit under this value — deriving a key any other
way silently breaks plugin field mapping on the server.
Inherited from
Section titled “Inherited from”FieldBase.submissionKey
variant
Section titled “variant”variant:
InputVariant