Documentation - v0.30.1
Preparing search index...
@mtcute/node
index
Rich
tableCell
Function tableCell
tableCell
(
text
?:
Rich
.
InputRichText
,
params
?:
{
alignCenter
?:
boolean
;
alignRight
?:
boolean
;
colspan
?:
number
;
header
?:
boolean
;
rowspan
?:
number
;
valignBottom
?:
boolean
;
valignMiddle
?:
boolean
;
}
,
)
:
RawPageTableCell
Create a table cell (for
tableRow
)
Parameters
Optional
text
:
Rich
.
InputRichText
params
:
{
alignCenter
?:
boolean
;
alignRight
?:
boolean
;
colspan
?:
number
;
header
?:
boolean
;
rowspan
?:
number
;
valignBottom
?:
boolean
;
valignMiddle
?:
boolean
;
}
= {}
Returns
RawPageTableCell
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v0.30.1
Loading...
Create a table cell (for tableRow)