@serenity-is/sleekgrid / FormatterResult
Type Alias: FormatterResult
FormatterResult =
string|HTMLElement|SVGElement|MathMLElement|DocumentFragment
Defined in: src/core/formatting.ts:89
Value returned by a formatter. Strings are treated as text or HTML depending on
enableHtmlRendering; DOM nodes are appended directly.