sdk.form
Home > @matterway/sdk > Form
Form namespace
Functions
Function | Description |
---|---|
isCheckbox(field) | |
isCheckboxList(field) | |
isGroup(field) | |
isHorizontal(field) | |
isInput(field) | |
isNamedField(field) | |
isRadioList(field) | |
isSegmented(field) | |
isSelect(field) | |
isStaticText(field) | |
isToggle(field) | |
showForm(ctx, options) | Shows a form with the provided schema and resolves to the content of the form. |
Interfaces
Type Aliases
Type Alias | Description |
---|---|
BooleanValidation | |
DateValidation | |
FieldSchema | |
FormFieldPredicate | |
NamedField | |
NumberValidation | |
StringValidation |