- get a reference to the Window instance (fin.Window.getCurrent, fin.Window.getCurrentSync, fin.Window.wrap, fin.Window.wrapSync, etc.
const win = await fin.Window.getCurrent();
- call the Window.hide method
win.hide();
References
const win = await fin.Window.getCurrent();
win.hide();
Comments
0 comments
Please sign in to leave a comment.