Datalayer VS Code Extension - v0.0.6
Preparing search index...
types/messages
OutlineUpdateMessage
Interface OutlineUpdateMessage
Outline update from webview to extension
interface
OutlineUpdateMessage
{
activeItemId
?:
string
;
documentUri
:
string
;
items
:
OutlineItem
[]
;
type
:
"outline-update"
;
}
Index
Properties
active
Item
Id?
document
Uri
items
type
Properties
Optional
active
Item
Id
activeItemId
?:
string
document
Uri
documentUri
:
string
items
items
:
OutlineItem
[]
type
type
:
"outline-update"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
active
Item
Id
document
Uri
items
type
Datalayer VS Code Extension - v0.0.6
Loading...
Outline update from webview to extension