toggle menu
parsek
0.1.0
common
switch theme
search in API
markdown
/
parsek.markdown.ast
/
Block
/
TableRow
Table
Row
data
class
TableRow
(
val
cells
:
List
<
Block.TableCell
>
)
:
Block
A row of cells in a table.
Members
Constructors
Table
Row
Link copied to clipboard
constructor
(
cells
:
List
<
Block.TableCell
>
)
Properties
cells
Link copied to clipboard
val
cells
:
List
<
Block.TableCell
>
the cells in this row.