CloseBrowserWindowParams
Parameters for the close handler.
Properties
isQuitting
readonly isQuitting: boolean;
true when the close is triggered as part of the application quitting
(e.g. Cmd+Q or a programmatic quit), as opposed to the user closing an
individual window. Handlers can use this to skip the hide-instead-of-close
pattern and allow the window to close normally during quit.