Kind: Interface
Source: atloria-monorepo/packages/editor/src/plugins/table/TableEditor.tsx
Properties
| Property | Type |
|---|---|
parentEditor | LexicalEditor |
lexicalTable | TableNode |
contents | Mdast.PhrasingContent[] |
colIndex | number |
rowIndex | number |
align | Mdast.AlignType |
activeCell | `[number, number] |
setActiveCell | `(cell: [number, number] |
focus | boolean |
Was this page helpful?