@portabletext/to-html - v3.0.0
Preparing search index...
SerializedBlock
Interface SerializedBlock
interface
SerializedBlock
{
_key
:
string
;
children
:
string
;
index
:
number
;
isInline
:
boolean
;
node
:
|
PortableTextBlock
<
PortableTextMarkDefinition
,
ArbitraryTypedObject
|
PortableTextSpan
,
string
,
string
,
>
|
PortableTextListItemBlock
<
PortableTextMarkDefinition
,
PortableTextSpan
,
string
,
string
,
>
;
}
Index
Properties
_
key
children
index
is
Inline
node
Properties
_
key
_key
:
string
children
children
:
string
index
index
:
number
is
Inline
isInline
:
boolean
node
node
:
|
PortableTextBlock
<
PortableTextMarkDefinition
,
ArbitraryTypedObject
|
PortableTextSpan
,
string
,
string
,
>
|
PortableTextListItemBlock
<
PortableTextMarkDefinition
,
PortableTextSpan
,
string
,
string
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
key
children
index
is
Inline
node
@portabletext/to-html - v3.0.0
Loading...