Sanity Library Reference Docs
    Preparing search index...

    Interface NavigatorOptions

    Configuration options for Presentation tool's optional navigator component The navigator appears as a resizable sidebar panel

    interface NavigatorOptions {
        component: ComponentType;
        maxWidth?: number;
        minWidth?: number;
    }
    Index

    Properties

    component: ComponentType

    React component to render in the navigator panel

    maxWidth?: number

    Maximum width of the navigator panel in pixels

    minWidth?: number

    Minimum width of the navigator panel in pixels