Sanity Library Reference Docs
Preparing search index...
sanity
index
DocumentInspectorMenuItem
Interface DocumentInspectorMenuItem
Beta
Hidden
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?
hotkeys?
icon?
show
As
Action?
status?
title
tone?
Properties
Optional
Beta
hidden
hidden
?:
boolean
Optional
Beta
hotkeys
hotkeys
?:
string
[]
Optional
Beta
icon
icon
?:
ComponentType
Optional
Beta
show
As
Action
showAsAction
?:
boolean
Optional
Beta
status
status
?:
|
"default"
|
"neutral"
|
"primary"
|
"suggest"
|
"positive"
|
"caution"
|
"critical"
Beta
title
title
:
string
Optional
Beta
tone
tone
?:
|
"default"
|
"neutral"
|
"primary"
|
"suggest"
|
"positive"
|
"caution"
|
"critical"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hidden
hotkeys
icon
show
As
Action
status
title
tone
Sanity Library Reference Docs
Loading...
Hidden