| bigInt | BigInt input. |
| bool | Check box. |
| choice | Single-choice input (combo box) over [options.items]. |
| code | Code editor input. |
| color | Color picker; the value is an HTML color string. |
| column | Picker for one column of [options.table]. |
| columns | Picker for several columns of [options.table]. |
| date | Date input; the value is a dayjs object. |
| file | Picker for one file from the file shares. |
| files | Picker for several files from the file shares. |
| float | Floating-point input. |
| folder | Picker for a folder from the file shares. |
| forInputType | Creates an input of the specified InputType. |
| form | Returns a form for the specified properties, bound to the specified object |
| forProperty | Creates input for the specified property, and optionally binds it to the specified object |
| grid | An editable grid of [items] with one input per property. |
| image | Image input; the value is the image URL (or data URL). |
| int | Integer input. |
| list | Input for a list of values, typed as comma-separated text (or one per line in its text-area mode). |
| map | Key-value map editor. |
| markdown | Markdown editor input; the editor loads lazily. |
| markdownPreview | Renders [markdown] to an element (loads the renderer on first use). |
| molecule | Molecule input (opens the sketcher). |
| multiChoice | Multi-choice input (check boxes) over [options.items]. |
| qNum | Qualified-number input (a value with a <, =, or > qualifier). |
| radio | Single-choice input rendered as radio buttons. |
| search | Search input (text with a search icon). |
| setAdditionalColumnProperties | Sets the properties edited for each additional column of a columns input. |
| setColumnInputTable | Set the table specifically for the column input |
| setColumnsInputTable | Set the table specifically for the columns input |
| setInputAdditionalColumns | Sets additional columns for the columns input |
| setInputAdditionalColumnsOnChanged | Sets additional columns on change event for the columns input |
| slider | Numeric input rendered as a slider. |
| string | Single-line text input. |
| table | Picker for one of the open tables. |
| tags | - |
| textArea | Multi-line text input. |
| toggle | On/off switch. |
| user | Picker for users. |
| userGroups | Picker for user groups. |