Interface LocationOptions

Non-essential Location options.

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

Hierarchy (view full)

Properties

Properties

hash?: string

A URL fragment identifier.

If hash begins with a # then it is used as is. Otherwise, it is encoded using encodeURIComponent.

state?: any

An arbitrary data associated with the location.