updateCurrentEntry method

void updateCurrentEntry(
  1. NavigationUpdateCurrentEntryOptions options
)

The updateCurrentEntry() method of the Navigation interface updates the state of the Navigation.currentEntry; used in cases where the state change will be independent of a navigation or reload.

Implementation

external void updateCurrentEntry(NavigationUpdateCurrentEntryOptions options);