Sanity Library Reference Docs
Preparing search index...
@sanity/visual-editing
index
OverlayPluginExclusiveDefinition
Interface OverlayPluginExclusiveDefinition
interface
OverlayPluginExclusiveDefinition
{
component
?:
OverlayPluginComponent
<
Record
<
string
,
unknown
>
&
{
closeExclusiveView
:
()
=>
void
}
,
any
,
>
;
guard
?:
(
context
:
OverlayComponentResolverContext
)
=>
boolean
;
icon
?:
ComponentType
;
name
:
string
;
title
?:
string
;
type
:
"exclusive"
;
}
Hierarchy (
View Summary
)
OverlayPluginDefinitionBase
OverlayPluginExclusiveDefinition
Index
Properties
component?
guard?
icon?
name
title?
type
Properties
Optional
component
component
?:
OverlayPluginComponent
<
Record
<
string
,
unknown
>
&
{
closeExclusiveView
:
()
=>
void
}
,
any
,
>
Optional
guard
guard
?:
(
context
:
OverlayComponentResolverContext
)
=>
boolean
Optional
icon
icon
?:
ComponentType
name
name
:
string
Optional
title
title
?:
string
type
type
:
"exclusive"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
component
guard
icon
name
title
type
Sanity Library Reference Docs
Loading...