Common action properties
Icons in actions
Working with parent & child actions
Dual action buttons

Property
Description
actions:
# Number of visible buttons displayed on the jig.
- numberOfVisibleActions: 2
children:
# First action button.
- type: action.go-back
options:
# Apply a style to the button.
style:
isSecondary: true
title: Back
# Second action button.
- type: action.go-to
options:
title: Continue
behaviour: new
linkTo: contact
# Third action button configured (secondary action).
# The button displays when the ellipsis is tapped.
- type: action.execute-entity
options:
title: Save
provider: DATA_PROVIDER_DYNAMIC
entity: default/contacts
method: create
data:
firstName: =@ctx.components.firstName.state.value
lastName: =@ctx.components.lastName.state.value
email: =@ctx.components.email.state.value
phone: =@ctx.components.phone.state.value
jobTitle: =@ctx.components.jobTitle.state.value
companyName: =@ctx.components.companyName.state.value Last updated
Was this helpful?