Container
true
Accepts nested children components.
Droppable
false
Added as a nested child component inside a container.
Editable
Can be edited
Interactive
Can receive events
No properties defined.
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)
Sets a value in the slide state space
getValue(id)
Returns a value from the slide state space
No events defined.
Last updated 4 years ago