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

Method constructor

docs/app/js/sanddance-app.js:94594–94601  ·  view source on GitHub ↗
(element, callback, options)

Source from the content-addressed store, hash-verified

94592parcelHelpers.defineInteropFlag(exports);
94593class Input {
94594 constructor(element, callback, options){
94595 this.element = element;
94596 this.callback = callback;
94597 this.options = {
94598 enable: true,
94599 ...options
94600 };
94601 }
94602}
94603exports.default = Input;
94604

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected