Lime Web Components API Documentation - v6.24.0
    Preparing search index...

    Class NavigateCommand

    Navigates to a new location

    navigator.navigate

    Implements

    Index

    Constructors

    Properties

    Constructors

    Properties

    hash?: string

    The URL fragment identifier, beginning with a #.

    path?: string

    The path to the location

    query?: Record<string, unknown>

    The parsed query string parameters. The values are parsed using JSON.parse().

    state?: unknown

    The history state.