MCPcopy Index your code
hub / github.com/MagicMirrorOrg/MagicMirror / updateDom

Method updateDom

js/module.js:343–345  ·  view source on GitHub ↗

* Request an (animated) update of the module. * @param {number|object} [updateOptions] The speed of the animation or object with for updateOptions (speed/animates)

(updateOptions)

Source from the content-addressed store, hash-verified

341 * @param {number|object} [updateOptions] The speed of the animation or object with for updateOptions (speed/animates)
342 */
343 updateDom (updateOptions) {
344 MM.updateDom(this, updateOptions);
345 }
346
347 /**
348 * Send a notification to all modules.

Callers 15

scheduleUpdateIntervalFunction · 0.80
notificationReceivedFunction · 0.80
showFullArticleFunction · 0.80
selfUpdateFunction · 0.80
notificationTimerFunction · 0.80
startFunction · 0.80
notificationReceivedFunction · 0.80
updateAvailableFunction · 0.80
startFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected