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

    Type Alias Transition

    Transition describes the transition when navigating from a Location to another Location.

    type Transition = {
        from: Location;
        retry: Retry;
        to: Location;
    }
    Index

    Properties

    Properties

    from: Location

    Current location before navigation

    retry: Retry

    Function to retry navigation

    Location to navigate to