FormSlide
Settings
Setting | Value | Description |
---|---|---|
Container | true | Accepts nested children components. |
Droppable | false | Added as a nested child component inside a container. |
Editable | true | Can be edited |
Interactive | false | Can receive events |
Properties
No properties defined.
Actions
Property | Type | Default | Description |
---|---|---|---|
getFields | List | Empty array | List of form fields |
getFieldValue(index) | General | Value of field from the provided index | |
isFieldValid(index) | Boolean | Checks if the field is valid | |
getFieldOptions(index) | For dropdown fields, returns each of the options | ||
onChangeHandler(event, field) | Called when a field value changes | ||
setValue(id, value) | General | Sets a value in the slide state space | |
getValue(id) | General | Returns a value from the slide state space |
Events
No events defined.
Last updated