Table of Contents

Navigating

This rule is triggered when navigating to another view.

It can be used, for example, to control which view to open depending on the current context.

Arguments

The Arguments property provides the following options.

Name Type Description
Cancel bool If set to true, the navigation will be canceled.
Options NavigationOptions Navigation options.

Item versus DatasourceCurrent

This rule is not tied to a particular item so it does not offer an Item property.
DatasourceCurrent refers to item at the current position in the datasource of the current view.

To know more on the difference between the Item and DatasourceCurrent properties in an UI view event rule, you can check this article.