Skip to main content

Function: quit()

quit(): boolean

Defined in: react/src/index.ts:16

Quits the GTK application and cleans up resources. Unmounts the React tree and stops the GTK main loop.

Returns

boolean

Always returns true (useful for signal handlers)