MCPcopy Create free account
hub / github.com/ZenNotes/zennotes /

Class

packages/app-core/src/lib/cm-table.ts:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120type CellAddress = { row: number; col: number }
121
122class TableWidget extends WidgetType {
123 /** Working copy edited in place by the cells; committed on focus-out. */
124 private model: MarkdownTable
125 private dom: HTMLElement | null = null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected