MCPcopy Create free account
hub / github.com/microsoft/SandDance / tooltip

Function tooltip

docs/app/js/sanddance-app.js:142582–142589  ·  view source on GitHub ↗
(handler)

Source from the content-addressed store, hash-verified

142580 return this;
142581 },
142582 tooltip (handler) {
142583 if (!arguments.length) return this._tooltip;
142584 if (handler !== this._tooltip) {
142585 this._tooltip = handler;
142586 this._resetRenderer();
142587 }
142588 return this;
142589 },
142590 loader (loader) {
142591 if (!arguments.length) return this._loader;
142592 if (loader !== this._loader) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected