Skip to main content

input

Interfaces

InterfaceDescription
IChoiceInputInitOptions-
IColorInputInitOptions-
IColumnInputInitOptions-
IColumnsInputInitOptions-
IFilesInputInitOptions-
IInputInitOptions-
IMultiChoiceInputInitOptions-
INumberInputInitOptions-
IStringInputInitOptions-
ITextAreaInputInitOptions-
TagsInputConfig-

Functions

FunctionDescription
bigIntBigInt input.
boolCheck box.
choiceSingle-choice input (combo box) over [options.items].
codeCode editor input.
colorColor picker; the value is an HTML color string.
columnPicker for one column of [options.table].
columnsPicker for several columns of [options.table].
dateDate input; the value is a dayjs object.
filePicker for one file from the file shares.
filesPicker for several files from the file shares.
floatFloating-point input.
folderPicker for a folder from the file shares.
forInputTypeCreates an input of the specified InputType.
formReturns a form for the specified properties, bound to the specified object
forPropertyCreates input for the specified property, and optionally binds it to the specified object
gridAn editable grid of [items] with one input per property.
imageImage input; the value is the image URL (or data URL).
intInteger input.
listInput for a list of values, typed as comma-separated text (or one per line in its text-area mode).
mapKey-value map editor.
markdownMarkdown editor input; the editor loads lazily.
markdownPreviewRenders [markdown] to an element (loads the renderer on first use).
moleculeMolecule input (opens the sketcher).
multiChoiceMulti-choice input (check boxes) over [options.items].
qNumQualified-number input (a value with a <, =, or > qualifier).
radioSingle-choice input rendered as radio buttons.
searchSearch input (text with a search icon).
setAdditionalColumnPropertiesSets the properties edited for each additional column of a columns input.
setColumnInputTableSet the table specifically for the column input
setColumnsInputTableSet the table specifically for the columns input
setInputAdditionalColumnsSets additional columns for the columns input
setInputAdditionalColumnsOnChangedSets additional columns on change event for the columns input
sliderNumeric input rendered as a slider.
stringSingle-line text input.
tablePicker for one of the open tables.
tags-
textAreaMulti-line text input.
toggleOn/off switch.
userPicker for users.
userGroupsPicker for user groups.