Sanity Library Reference Docs
Preparing search index...
@sanity/visual-editing
index
OverlayPluginHudDefinition
Interface OverlayPluginHudDefinition
interface
OverlayPluginHudDefinition
{
component
?:
OverlayPluginComponent
<
Record
<
string
,
unknown
>
,
any
>
;
guard
?:
(
context
:
OverlayComponentResolverContext
)
=>
boolean
;
icon
?:
ComponentType
;
name
:
string
;
title
?:
string
;
type
:
"hud"
;
}
Hierarchy (
View Summary
)
OverlayPluginDefinitionBase
OverlayPluginHudDefinition
Index
Properties
component?
guard?
icon?
name
title?
type
Properties
Optional
component
component
?:
OverlayPluginComponent
<
Record
<
string
,
unknown
>
,
any
>
Optional
guard
guard
?:
(
context
:
OverlayComponentResolverContext
)
=>
boolean
Optional
icon
icon
?:
ComponentType
name
name
:
string
Optional
title
title
?:
string
type
type
:
"hud"
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...