React Corsair - v0.0.10
    Preparing search index...

    Interface LocationOptions

    Non-essential Location options.

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

    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.