MCPcopy
hub / github.com/xpf0000/FlyEnv / then

Method then

src/render/components/YbBaseDialog/dialog.ts:119–122  ·  view source on GitHub ↗

* Dialog callback method * @param callback * @returns {Dialog}

(callback: Function)

Source from the content-addressed store, hash-verified

117 * @returns {Dialog}
118 */
119 then(callback: Function) {
120 this._resolve = callback
121 return this
122 }
123}
124export default BaseDialog

Callers 15

tray.main.tsFile · 0.45
main.tsFile · 0.45
taskCancelFunction · 0.45
fetchHardwareFunction · 0.45
fetchDataFunction · 0.45
SetupFunction · 0.45
reFetchFunction · 0.45
fetchDataFunction · 0.45
initFunction · 0.45
startFunction · 0.45
stopFunction · 0.45
groupStartFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected