Documentation

set()

Sets the current navigation path.

set(path: string): this;

Notes

Errors

This method throws an error if the path is invalid (i.e. starts or ends with a dot or a slash).

Related