Sanity Library Reference Docs
    Preparing search index...

    Interface RouterPaneSiblingBeta

    Represents a "sibling pane" or "split pane" in the router.

    RouterPanes

    interface RouterPaneSibling {
        id: string;
        params?: Record<string, string>;
        payload?: unknown;
    }
    Index

    Properties

    Properties

    id: string
    params?: Record<string, string>
    payload?: unknown