Navigation.MODE

A static object of Navigation that alters the injection method of the target element of .navigate()

Properties

REPLACE

The inner DOM of the target element of .navigate() will be replaced with the contents of href from a Navigation instance.

This is the default behavior.

REPLACE

The contents of href from a Navigation instance will be inserted(appended) to the end of the existing DOM of the target element of .navigate()


Examples

No examples available.