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

Method withColor

static/katex/katex.mjs:4966–4970  ·  view source on GitHub ↗

* Create a new options object with the given color.

(color)

Source from the content-addressed store, hash-verified

4964
4965
4966 withColor(color) {
4967 return this.extend({
4968 color: color
4969 });
4970 }
4971 /**
4972 * Create a new options object with "phantom" set to true.
4973 */

Callers 3

color_htmlBuilderFunction · 0.80
htmlBuilder$1Function · 0.80
IeFunction · 0.80

Calls 1

extendMethod · 0.95

Tested by

no test coverage detected