Documentation - v0.30.1
Preparing search index...
@mtcute/web
index
Rich
orderedListItem
Function orderedListItem
orderedListItem
(
content
:
Rich
.
InputRichText
|
InputPageBlockOrFile
[]
,
params
?:
{
checkbox
?:
boolean
;
checked
?:
boolean
;
num
?:
string
;
type
?:
string
;
value
?:
number
;
}
,
)
:
|
ReplaceDeep
<
RawPageListOrderedItemText
,
TypePageBlock
,
InputPageBlockWithFile
,
>
|
ReplaceDeep
<
RawPageListOrderedItemBlocks
,
TypePageBlock
,
InputPageBlockWithFile
,
>
Create an ordered list item (for
orderedList
)
Parameters
content
:
Rich
.
InputRichText
|
InputPageBlockOrFile
[]
params
:
{
checkbox
?:
boolean
;
checked
?:
boolean
;
num
?:
string
;
type
?:
string
;
value
?:
number
;
}
= {}
Returns
|
ReplaceDeep
<
RawPageListOrderedItemText
,
TypePageBlock
,
InputPageBlockWithFile
,
>
|
ReplaceDeep
<
RawPageListOrderedItemBlocks
,
TypePageBlock
,
InputPageBlockWithFile
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v0.30.1
Loading...
Create an ordered list item (for orderedList)