class NavigationTarget
An object that represents a target navigation location and title.
class NavigationTarget
Description
A NavigationTarget object can be used to communicate a location that the application can navigate to, along with title text. Objects are typically created from activity instances or URL-like paths, and can be used with UIButton.navigateTo or directly with app.navigate.
Constructor
- constructor(target?, detail?, title?)Creates a new navigation target object.
Instance Members
- pageId readonlyThe target page ID.
- detail readonlyThe target navigation detail.
- title readonlyThe title of the navigation target.
Related
- getNavigationTarget(…detail)Returns a NavigationTarget instance that refers to this activity.
- navigateToNavigation target to navigate to when this button is clicked.
- navigate(target, mode?)Navigates to the specified path asynchronously.