Optionalmodehud creates a transparent, display-only overlay by default; window creates a focusable utility window.
OptionaltitleWindow title.
OptionalchromeWindow chrome style.
OptionaldraggableWhether the overlay can be dragged.
OptionaldragOptional modifier key required before dragging starts.
OptionalresizableWhether the overlay can be resized.
OptionalminMinimum window width in logical pixels.
OptionalminMinimum window height in logical pixels.
OptionalmaxMaximum window width in logical pixels.
OptionalmaxMaximum window height in logical pixels.
OptionalalwaysWhether the overlay stays above other windows.
OptionalskipWhether the overlay should be hidden from the taskbar.
OptionalclickWhether mouse input passes through the overlay.
OptionalfocusableWhether the overlay can receive keyboard focus.
OptionalnoWhether showing the overlay avoids taking focus.
OptionalopacityOpacity from 0 to 1.
OptionalcontentWhether the overlay content should be hidden from screen capture when the platform supports it.
OptionaltransparentWhether the webview background is transparent.
OptionalwidthWindow width in logical pixels.
OptionalheightWindow height in logical pixels.
OptionalxWindow x position in logical pixels.
OptionalyWindow y position in logical pixels.
OptionalanchorAnchor used when following a target window.
OptionaloffsetXX offset from the resolved anchor.
OptionaloffsetYY offset from the resolved anchor.
OptionaltargetOptional WindowInfo.id to follow while the target exists.
OptionalstyleCSS-like renderer style metadata.
Detached overlay or utility window options.