Skip to content

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

TableAlign

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

ParameterType
valuestring | Node

Returns

void

Author

Simon Kovtyk

Since

1.0.0

updateValue()

ts
updateValue(callback): void;

Update value of this cell

Parameters

ParameterType
callbackTableCellNodeUpdateCallback

Returns

void

Author

Simon Kovtyk

Since

1.0.0

Author

Simon Kovtyk

Since

1.0.0