Skip to content

Type Editor


Type Editor / @type-editor/tables / types/TableEditingOptions / TableEditingOptions

Interface: TableEditingOptions

Defined in: tables/src/types/TableEditingOptions.ts:2

Properties

PropertyTypeDescriptionDefined in
allowTableNodeSelection?booleanWhether 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 falsetables/src/types/TableEditingOptions.ts:12