Contentful Personalization & Analytics
    Preparing search index...

    Interface NavigationContainerRefInternal

    interface NavigationContainerRef {
        getCurrentRoute: () => | {
            name: string;
            params?: Record<string, unknown>;
        }
        | undefined;
    }
    Index

    Properties

    Properties

    getCurrentRoute: () => | { name: string; params?: Record<string, unknown> }
    | undefined