Sanity Library Reference Docs
    Preparing search index...

    Type Alias NavigationTarget

    Identifies a dashboard application and a route within it.

    type NavigationTarget = {
        appId: Application["id"] | null;
        path: string;
    }
    Index

    Properties

    Properties

    appId: Application["id"] | null

    The application ID, or null for dashboard-level routes.

    path: string

    The route path, including its query string and fragment.