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

Function Run

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

Source from the content-addressed store, hash-verified

616}
617
618function Run(children, properties) {
619 properties = properties || {};
620 return {
621 type: types.run,
622 children: children,
623 styleId: properties.styleId || null,
624 styleName: properties.styleName || null,
625 isBold: properties.isBold,
626 isUnderline: properties.isUnderline,
627 isItalic: properties.isItalic,
628 isStrikethrough: properties.isStrikethrough,
629 isSmallCaps: properties.isSmallCaps,
630 verticalAlignment: properties.verticalAlignment || verticalAlignment.baseline,
631 font: properties.font || null
632 };
633}
634
635var verticalAlignment = {
636 baseline: "baseline",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected