Action Sheet Cancel

Action Sheet Cancel

The Action Sheet Cancel component will trigger a Set Global Variable action to close the action sheet. Must be nested inside the Action Sheet component. It has the following configuration:

Component nameTo alter the name of the component. The name is reflected in the Components tree. Defaults to Action Sheet Cancel.
Font ColorColor of the Label on the item.
LabelItem label to show when the Action Sheet component is visible. The default value is Cancel.

Select Action Sheet Cancel from the Components tree:

  • Add a Set Global Variable action on it.
  • Set its value to false. When it is pressed, the Action component will be closed, and the enclosing view is shown.
2880

Open the iOS or Android preview mode to test it out.

1425