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

Function Table

static/word2md/mammoth.browser.js:725–733  ·  view source on GitHub ↗
(children, properties)

Source from the content-addressed store, hash-verified

723}
724
725function Table(children, properties) {
726 properties = properties || {};
727 return {
728 type: types.table,
729 children: children,
730 styleId: properties.styleId || null,
731 styleName: properties.styleName || null
732 };
733}
734
735function TableRow(children, options) {
736 options = options || {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected