TableCellNode
ts
type TableCellNode = Node & object;Defined in: table.ts:21
Cell of a table
Type Declaration
align()
ts
align(): TableAlign;Alignment of this cell
Returns
Author
Simon Kovtyk
Since
1.0.0
length()
ts
length(): number;Length of this cell's content
Returns
number
Author
Simon Kovtyk
Since
1.0.0
setValue()
ts
setValue(value): void;Set value of this cell
Parameters
| Parameter | Type |
|---|---|
value | string | Node |
Returns
void
Author
Simon Kovtyk
Since
1.0.0
updateValue()
ts
updateValue(callback): void;Update value of this cell
Parameters
| Parameter | Type |
|---|---|
callback | TableCellNodeUpdateCallback |
Returns
void
Author
Simon Kovtyk
Since
1.0.0
Author
Simon Kovtyk
Since
1.0.0