Kind: Component
Source: atloria-monorepo/packages/editor/src/plugins/table/TableEditor.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
focus | any | ✓ | - |
setActiveCell | any | ✓ | - |
parentEditor | any | ✓ | - |
lexicalTable | any | ✓ | - |
contents | any | ✓ | - |
colIndex | any | ✓ | - |
rowIndex | any | ✓ | - |
Diagram
mermaidgraph TD component_CellEditor_79b7a9f9["CellEditor"] class component_CellEditor_79b7a9f9 rootComponent
Relationships
- RENDERS →
LexicalNestedComposer - RENDERS →
RichTextPlugin - RENDERS →
ContentEditable - RENDERS →
Child - RENDERS →
HistoryPlugin - USES_HOOK →
useCellValues - USES_HOOK →
useState - USES_HOOK →
useCallback - USES_HOOK →
useEffect
Referenced By
Cell(RENDERS)
Was this page helpful?