internal
type WindowOptions

Properties

htmlFile: string
title?: string
width?: number
height?: number
maximize?: boolean
alwaysOnTop?: boolean
resizable?: boolean
transparent?: boolean
skipTaskbar?: boolean
thickFrame?: boolean
fullscreen?: boolean
fullscreenable?: boolean
frame?: boolean
hasShadow?: boolean
backgroundThrottling?: boolean
parameters?: Record<string, unknown>
channel?: WindowChannel
onClose?: () => void