Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-intelligence
JSONContent
Type Alias JSONContent
TipTap/ProseMirror JSON content type.
type
JSONContent
=
{
attrs
?:
Record
<
string
,
unknown
>
;
content
?:
JSONContent
[]
;
marks
?:
{
attrs
?:
Record
<
string
,
unknown
>
;
type
:
string
}
[]
;
text
?:
string
;
type
?:
string
;
}
Index
Properties
attrs?
content?
marks?
text?
type?
Properties
Optional
attrs
attrs
?:
Record
<
string
,
unknown
>
Optional
content
content
?:
JSONContent
[]
Optional
marks
marks
?:
{
attrs
?:
Record
<
string
,
unknown
>
;
type
:
string
}
[]
Optional
text
text
?:
string
Optional
type
type
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attrs
content
marks
text
type
Hiyve Components - v1.0.0
Loading...
TipTap/ProseMirror JSON content type.