Interface · Application Lifecycle
DesktopWindowOptions
Options used when creating a desktop window.
@sharpts/gui 0.0.0-local · SharpTS 7c6010104a43Members
main
main?: booleanWhether this window is the application's main window.
Type: boolean
modal
modal?: booleanWhether the window blocks interaction with its owner until closed.
Type: boolean
onUnhandledError
onUnhandledError?(error: unknown, window: DesktopWindow): voidWindow-specific handler for render, effect, native commit, and event-callback failures.
owner
owner?: DesktopWindowOwner window used for native parent and modality behavior.
Type: DesktopWindow
Related symbols
Source
SharpTS.Gui.Sdk/GuiPackage/runtime.ts:1040 at SharpTS revision 7c6010104a43c34d80e9d44704cf179bc4f5b8e0.