action-list
Configuration options
Examples and code snippets
Action-list as a primary action button

title: Action-list example
type: jig.default
description: The first action will submit the form and the second action will redirect us back to the previous page.
actions:
- children:
- type: action.execute-entity
options:
title: Create Record
provider: DATA_PROVIDER_DYNAMIC
entity: default/employees
method: save
data:
firstname: [email protected]
lastname: [email protected]
phone: [email protected]
onSuccess:
type: action.go-back
children:
- type: component.form
instanceId: simple-form
options:
isDiscardChangesAlertEnabled: false
children:
- type: component.text-field
instanceId: firstname
options:
label: First name
- type: component.text-field
instanceId: lastname
options:
label: Last name
- type: component.text-field
instanceId: phone
options:
label: Phone number
keyboardType: decimal-padAction list as onPress/onChange

Action list as onRefresh/onFocus
Last updated
Was this helpful?