MCPcopy
hub / github.com/loggerhead/json4u / toCell

Method toCell

src/lib/table/tableNode.ts:180–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178 }
179
180 toCell(): TableCell {
181 return {
182 type: this.type as CellType,
183 row: this.row,
184 span: this.span,
185 width: this.width,
186 text: this.text,
187 classNames: this.classNames,
188 id: this.id,
189 level: this.level,
190 borderFlags: this.borderFlags,
191 x: this.x,
192 y: this.y,
193 };
194 }
195}

Callers 1

addCellFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected