OptionalbuttonsOptionalclickRuns when any of the buttons is pressed
Index of the clicked button in the buttons list
OptionalcolorOn num slider inputs, The color of the slider
OptionalcolorpickerOptionalconditionOptionaldefaultThe default selected option for 'select', 'inline_select' and 'radio' types. Alias for 'value'
OptionaldescriptionDetailed description of the field, available behind the questionmark icon or on mouse hover
OptionaldimensionsThe number of dimensions when using a vector type
Optionaleditable_When using 'range' type, allow users to modify the numeric input
OptionalextensionsOptionalfiletypeOptionalforce_If enabled, the value is forced to multiples of the "step" value. This can be used to create integer-only inputs etc.
Optionalfull_Stretch the input field across the whole width of the form
OptionalgetFunction to get the interval value for a num_slider based on the input event
OptionalheightThe height of the input on textareas, in pixels
Optionalinterval_For num_sliders, the sliding interval mode
OptionallabelOptionallinked_Lock the ratio of a vector
OptionallistOptionalmaxOn numeric inputs, the maximum possible value
OptionalminOn numeric inputs, the minimum possible value
OptionaloptionsAvailable options on select or inline_select inputs
OptionalplaceholderOptionalreadonlySet the input to read-only
OptionalreadtypeOptionalresource_Optionalreturn_Set the return type of files on file inputs
Optionalshare_Add buttons to allow copying and sharing the text or link
OptionalstepThe step in which the value can be increased / decreased
OptionalstyleVisual style of the input. Checkbox inputs support 'checkbox' or 'toggle_switch'
OptionaltextWhen using 'text' type, the text to display. Markdown is supported
Optionaltoggle_Set whether the setting is toggled on or off by default. Requires 'toggle_enabled' field to be set to true
Optionaltoggle_Allow users to toggle the entire option on or off
OptionaltypeType of the input. If unspecified, defaults to text
OptionalvalueThe default value
List of buttons for the button type