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: [email protected]
lastName: [email protected]
email: [email protected]
phone: [email protected]
jobTitle: [email protected]
companyName: [email protected] Last updated
Was this helpful?