Non-essential Location options.

interface LocationOptions {
    hash?: string;
    state?: any;
}

Properties

Properties

hash?: string

A URL fragment identifier.

If hash begins with a # then it is used as is. Otherwise, it is decoded using decodeURIComponent.

state?: any

An arbitrary data associated with the location.