Navigation class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

factory

Properties

canGoBack bool

Available on Navigation, provided by the PropsNavigation extension

no setter
canGoForward bool

Available on Navigation, provided by the PropsNavigation extension

no setter
currentEntry NavigationHistoryEntry?

Available on Navigation, provided by the PropsNavigation extension

no setter
hashCode int
The hash code for this object.
no setterinherited
oncurrententrychange EventHandlerNonNull<Event>?

Available on Navigation, provided by the PropsNavigation extension

getter/setter pair
onnavigate EventHandlerNonNull<Event>?

Available on Navigation, provided by the PropsNavigation extension

getter/setter pair
onnavigateerror EventHandlerNonNull<Event>?

Available on Navigation, provided by the PropsNavigation extension

getter/setter pair
onnavigatesuccess EventHandlerNonNull<Event>?

Available on Navigation, provided by the PropsNavigation extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transition NavigationTransition?

Available on Navigation, provided by the PropsNavigation extension

no setter

Methods

addEventListener(String type, EventListener? callback, [dynamic options]) → void

Available on EventTarget, provided by the PropsEventTarget extension

back([NavigationOptions? options]) NavigationResult

Available on Navigation, provided by the PropsNavigation extension

dispatchEvent(Event event) bool

Available on EventTarget, provided by the PropsEventTarget extension

entries() Iterable<NavigationHistoryEntry>

Available on Navigation, provided by the PropsNavigation extension

forward([NavigationOptions? options]) NavigationResult

Available on Navigation, provided by the PropsNavigation extension

Available on Navigation, provided by the PropsNavigation extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reload([NavigationReloadOptions? options]) NavigationResult

Available on Navigation, provided by the PropsNavigation extension

removeEventListener(String type, EventListener? callback, [dynamic options]) → void

Available on EventTarget, provided by the PropsEventTarget extension

toString() String
A string representation of this object.
inherited
traverseTo(String key, [NavigationOptions? options]) NavigationResult

Available on Navigation, provided by the PropsNavigation extension

updateCurrentEntry(NavigationUpdateCurrentEntryOptions options) → void

Available on Navigation, provided by the PropsNavigation extension

Operators

operator ==(Object other) bool
The equality operator.
inherited