Single Actions

Components like Button and Image allow you to add actions to them. When these components are tapped, these actions trigger different functionalities in your app.

You can also enable actions on list items. By default, list items have the action View Details which takes the user to the Details Layout for that row. However, you can change this action and have lists of items that perform other actions when they are tapped.

In the GIF below you can see an inline list with the default View Details action in place. However, after we change the action to Open Link then each list item opens a link instead.

Simple actions can be joined together into Custom Actions. You can learn more about Custom Actions here 👇

pageCustom Actions

Last updated