@vaadin/router
    Preparing search index...

    Interface ResolveContext<C>

    The context for a resolve operation that can be extended with the user-defined properties.

    interface ResolveContext<C extends object = EmptyObject> {
        pathname: string;
    }

    Type Parameters

    • C extends object = EmptyObject

      The type of user-defined context-specific data. Defaults to an empty object.

    Index

    Properties

    Properties

    pathname: string

    The current location.