Callbacks for actions the polyPod can trigger in the Feature.
Some common actions the user can take in a Feature are understood by the polyPod, and can therefore be triggered by its native user interface, which will then invoke the appropriate callback.
Callback invoked for back navigation.
Callback invoked for showing information in the current context.
Callback invoked for searching in the current context.
Opens a URL in an external browser - usually the user's default browser.
The URL to open.
Asks the user to pick a file outside the polyPod.
The MIME type of the file the user should select. If not specified, the user can select any file.
A reference to the file the user selected, or null if they
cancelled.
Sets the list of actions that the polyPod can trigger in the Feature, see actions. Typically called regularly to enable and disable actions depending on the current state of the Feature.
All actions that can be triggered, can be empty.
Sets the current title. Typically called regularly to show the user where they are in the Feature.
The new title.
Generated using TypeDoc
PolyNavallows Features to interact with the user outside the confines of their container.