Sanity Library Reference Docs
    Preparing search index...

    Interface DocumentInspectorMenuItemBeta

    interface DocumentInspectorMenuItem {
        hidden?: boolean;
        hotkeys?: string[];
        icon?: ComponentType;
        showAsAction?: boolean;
        status?:
            | "default"
            | "neutral"
            | "primary"
            | "suggest"
            | "positive"
            | "caution"
            | "critical";
        title: string;
        tone?: | "default"
        | "neutral"
        | "primary"
        | "suggest"
        | "positive"
        | "caution"
        | "critical";
    }
    Index

    Properties

    hidden?: boolean
    hotkeys?: string[]
    icon?: ComponentType
    showAsAction?: boolean
    status?:
        | "default"
        | "neutral"
        | "primary"
        | "suggest"
        | "positive"
        | "caution"
        | "critical"
    title: string
    tone?:
        | "default"
        | "neutral"
        | "primary"
        | "suggest"
        | "positive"
        | "caution"
        | "critical"