Readonly
historyReadonly
historyThe history key that has been assigned to the consumer. It can be used to create a ConsumerLocation.
Readonly
rootAllows special consumers, like overarching navigation services, to change
the full root location. To create a new root location, it is recommended to
use the createNewRootLocationForMultipleConsumers
method.
Creates a new root location from multiple consumer locations. The returned
location can be used for the push
, replace
, and createHref
methods of
the rootHistory
.
Rest
...consumerLocations: ConsumerLocation[]Generated using TypeDoc
The consumer's own history. When location changes are applied to this history, no other consumer histories are affected.