FormSlide
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 |
No properties defined.
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 |
No events defined.
Last modified 1yr ago