Docs (4.0.0)
Activities

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

Instance Members

  • pageId readonlyThe target page ID.
  • detail readonlyThe target navigation detail.
  • title readonlyThe title of the navigation target.

Related