MCPcopy Create free account
hub / github.com/Monogatari/Monogatari / element

Method element

src/lib/Component.ts:295–297  ·  view source on GitHub ↗

* @static element - Returns this component's element as an Artemis DOM * instance, using the result of the `selector ()` function as the selector * * @returns {DOM} - Artemis DOM instance

()

Source from the content-addressed store, hash-verified

293 * @returns {DOM} - Artemis DOM instance
294 */
295 element (): ReturnType<typeof $_> {
296 return $_(this);
297 }
298
299 /**
300 * Remove this component from the DOM

Callers 15

stopMethod · 0.45
applyMethod · 0.45
willRevertMethod · 0.45
restoreSceneItemsMethod · 0.45
didApplyMethod · 0.45
constructorMethod · 0.45
applyMethod · 0.45
revertMethod · 0.45
bindMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
onLoadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected