MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / onhide

Function onhide

src/dialogs/dialog.js:172–175  ·  view source on GitHub ↗

* Set onhide callback function * @param {function():void} onhide Callback function * @returns {PromiseLike}

(onhide)

Source from the content-addressed store, hash-verified

170 * @returns {PromiseLike}
171 */
172 function onhide(onhide) {
173 _onhide = onhide;
174 return promiseLike;
175 }
176
177 /**
178 * Set onOk callback function

Callers 2

hideSelectFunction · 0.70
hideFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected