MCPcopy
hub / github.com/autoNumeric/autoNumeric / node

Method node

src/AutoNumeric.js:2825–2827  ·  view source on GitHub ↗

* Return the DOM element reference of the autoNumeric-managed element * * @returns {HTMLElement|HTMLInputElement}

()

Source from the content-addressed store, hash-verified

2823 * @returns {HTMLElement|HTMLInputElement}
2824 */
2825 node() {
2826 return this.domElement;
2827 }
2828
2829 /**
2830 * Return the DOM element reference of the parent node of the autoNumeric-managed element

Callers 7

constructorMethod · 0.95
detachMethod · 0.80
attachMethod · 0.80
_addToGlobalListMethod · 0.80
_removeFromGlobalListMethod · 0.80
_onFormResetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected