Trevixal API
Preparing search index...
@trevixal/core
NodeJSON
Interface NodeJSON
JSON shape of a serialized node.
interface
NodeJSON
{
attrs
?:
Record
<
string
,
unknown
>
;
content
?:
readonly
NodeJSON
[]
;
marks
?:
readonly
MarkJSON
[]
;
text
?:
string
;
type
:
string
;
}
Index
Properties
attrs?
content?
marks?
text?
type
Properties
Optional
Readonly
attrs
attrs
?:
Record
<
string
,
unknown
>
Optional
Readonly
content
content
?:
readonly
NodeJSON
[]
Optional
Readonly
marks
marks
?:
readonly
MarkJSON
[]
Optional
Readonly
text
text
?:
string
Readonly
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attrs
content
marks
text
type
Trevixal API
Loading...
JSON shape of a serialized node.