Datalayer VS Code Extension - v0.0.6
Preparing search index...
types/messages
OutlineItem
Interface OutlineItem
Outline item structure
interface
OutlineItem
{
cellIndex
?:
number
;
children
?:
OutlineItem
[]
;
id
:
string
;
label
:
string
;
level
?:
number
;
line
?:
number
;
type
:
|
"heading"
|
"h1"
|
"h2"
|
"h3"
|
"h4"
|
"h5"
|
"h6"
|
"code"
|
"code-cell"
|
"markdown-cell"
;
}
Index
Properties
cell
Index?
children?
id
label
level?
line?
type
Properties
Optional
cell
Index
cellIndex
?:
number
Optional
children
children
?:
OutlineItem
[]
id
id
:
string
label
label
:
string
Optional
level
level
?:
number
Optional
line
line
?:
number
type
type
:
|
"heading"
|
"h1"
|
"h2"
|
"h3"
|
"h4"
|
"h5"
|
"h6"
|
"code"
|
"code-cell"
|
"markdown-cell"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cell
Index
children
id
label
level
line
type
Datalayer VS Code Extension - v0.0.6
Loading...
Outline item structure