onDetailsPaneRouteChanged property

DetailsPaneRouteChangedCallback onDetailsPaneRouteChanged
final

Callback that is involved when the details that need to be displayed change. The callback is triggered in the following conditions:

The route and query string parameters will be through the callback can then be used to update the state of the application. The information can be used to determine what content should be shown in the details pane.

Implementation

final DetailsPaneRouteChangedCallback onDetailsPaneRouteChanged;