navigateTo
The navigation target to navigate to when this button is clicked.
navigateTo?: StringConvertible;
Notes
- If set, the button emits a
Navigateevent when clicked, which is handled automatically by a containing Activity. - Paths starting with a dot are treated as relative to the current activity’s navigation path.
Related
class UIButton
A view class that represents a button control.
