@gmb/bitmark-parser - v7.2.0
Preparing search index...
ProseMirrorNode
Type Alias ProseMirrorNode
type
ProseMirrorNode
=
{
attrs
?:
Record
<
string
,
unknown
>
;
content
?:
ProseMirrorNode
[]
;
marks
?:
ProseMirrorNodeMark
[]
;
text
?:
string
;
type
:
string
;
}
Index
Properties
attrs?
content?
marks?
text?
type
Properties
Optional
attrs
attrs
?:
Record
<
string
,
unknown
>
Optional
content
content
?:
ProseMirrorNode
[]
Optional
marks
marks
?:
ProseMirrorNodeMark
[]
Optional
text
text
?:
string
type
type
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attrs
content
marks
text
type
@gmb/bitmark-parser - v7.2.0
Loading...