Type Editor / @type-editor/tables / types/TableEditingOptions / TableEditingOptions
Interface: TableEditingOptions
Defined in: tables/src/types/TableEditingOptions.ts:2
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowTableNodeSelection? | boolean | Whether to allow table node selection. By default, any node selection wrapping a table will be converted into a CellSelection wrapping all cells in the table. You can pass true to allow the selection to remain a NodeSelection. Default false | tables/src/types/TableEditingOptions.ts:12 |