toggle menu
parsek
0.1.0
common
switch theme
search in API
markdown
/
parsek.markdown.ast
/
Block
/
TableCell
Table
Cell
data
class
TableCell
(
val
inlines
:
List
<
Inline
>
)
:
Block
A single cell in a table row.
Members
Constructors
Table
Cell
Link copied to clipboard
constructor
(
inlines
:
List
<
Inline
>
)
Properties
inlines
Link copied to clipboard
val
inlines
:
List
<
Inline
>
the inline content of the cell.