Sanity Library Reference Docs
Preparing search index...
@sanity/visual-editing
index
OverlayMsgElement
Interface OverlayMsgElement<T>
Base controller dispatched message
interface
OverlayMsgElement
<
T
extends
string
>
{
id
:
string
;
type
:
`
element/
${
T
}
`
;
}
Type Parameters
T
extends
string
Type of message
Hierarchy (
View Summary
)
Msg
<
`
element/
${
T
}
`
>
OverlayMsgElement
Index
Properties
id
type
Properties
id
id
:
string
type
type
:
`
element/
${
T
}
`
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
type
Sanity Library Reference Docs
Loading...
Base controller dispatched message