typedef: add Window.close()
This commit is contained in:
parent
27863dcea8
commit
2c6baba400
5
gluon.d.ts
vendored
5
gluon.d.ts
vendored
@ -97,7 +97,10 @@ type Window = {
|
||||
* API for Gluon idle management (like hibernation).
|
||||
* @experimental
|
||||
*/
|
||||
idle: IdleApi
|
||||
idle: IdleApi,
|
||||
|
||||
/** Close the Gluon window. */
|
||||
close(): void
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user