Plumile JS API
    Preparing search index...

    Type Alias RouterLocationSnapshot

    Compact location snapshot shared by all instrumentation events.

    type RouterLocationSnapshot = {
        hash: string;
        pathname: string;
        search: string;
    }
    Index

    Properties

    Properties

    hash: string
    pathname: string
    search: string