@raisenow/tamaro-core
    Preparing search index...

    Type Alias NavigationLocationchangeEventDetail

    Event detail payload dispatched when navigation location changes.

    type NavigationLocationchangeEventDetail = {
        type: NavigationLocationchangeEventType;
        url: string;
    }
    Index

    Properties

    Properties

    The type of navigation that triggered the event

    url: string

    The current URL after navigation