目录

CloseWindowAction

The action returned by the native window close handler.

type CloseWindowAction = 'close' | 'hide' | 'cancel';