@gmb/bitmark-parser - v7.2.0
Preparing search index...
legacy
SectionTextNode
Interface SectionTextNode
interface
SectionTextNode
{
attrs
?:
TextNodeAttibutes
;
content
?:
TextNode
[]
;
marks
?:
TextMark
[]
;
parent
?:
string
;
section
:
string
;
text
?:
string
;
type
:
"heading"
;
}
Hierarchy (
View Summary
)
TextNode
SectionTextNode
Index
Properties
attrs?
content?
marks?
parent?
section
text?
type
Properties
Optional
attrs
attrs
?:
TextNodeAttibutes
Optional
content
content
?:
TextNode
[]
Optional
marks
marks
?:
TextMark
[]
Optional
parent
parent
?:
string
section
section
:
string
Optional
text
text
?:
string
type
type
:
"heading"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attrs
content
marks
parent
section
text
type
@gmb/bitmark-parser - v7.2.0
Loading...