MCPcopy Create free account
hub / github.com/TruthHun/BookStack / TableCell

Function TableCell

static/word2md/mammoth.browser.js:744–752  ·  view source on GitHub ↗
(children, options)

Source from the content-addressed store, hash-verified

742}
743
744function TableCell(children, options) {
745 options = options || {};
746 return {
747 type: types.tableCell,
748 children: children,
749 colSpan: options.colSpan == null ? 1 : options.colSpan,
750 rowSpan: options.rowSpan == null ? 1 : options.rowSpan
751 };
752}
753
754function Break(breakType) {
755 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected