New window
{#if Object.keys(windowMap).length >= 1}
Selected window:
Choose a window...
{#each Object.keys(windowMap) as label}
{label}
{/each}
{/if} {#if windowMap[selectedWindow]}
windowMap[selectedWindow].center()} > Center
Minimize
Hide
Change icon
Request attention
Maximized
Resizable
Has decorations
Always on top
Content protected
Fullscreen
X
Y
Width
Height
Min width
Min height
Max width
Max height
Inner Size
Width: {innerSize.width}
Height: {innerSize.height}
Outer Size
Width: {outerSize.width}
Height: {outerSize.height}
Inner Logical Size
Width: {innerSize.toLogical(scaleFactor).width}
Height: {innerSize.toLogical(scaleFactor).height}
Outer Logical Size
Width: {outerSize.toLogical(scaleFactor).width}
Height: {outerSize.toLogical(scaleFactor).height}
Inner Position
x: {innerPosition.x}
y: {innerPosition.y}
Outer Position
x: {outerPosition.x}
y: {outerPosition.y}
Inner Logical Position
x: {innerPosition.toLogical(scaleFactor).x}
y: {innerPosition.toLogical(scaleFactor).y}
Outer Logical Position
x: {outerPosition.toLogical(scaleFactor).x}
y: {outerPosition.toLogical(scaleFactor).y}
Cursor
Grab
Visible
Ignore events
Icon
{#each cursorIconOptions as kind}
{kind}
{/each}
X position
Y position
Set title
Open URL
{#if isWindows || isMacOS}
Effect
{#each effectOptions as effect}
{effect}
{/each}
State
{#each effectStateOptions as state}
{state}
{/each}
Radius
Color
Add
Applied effects: {effects.length ? effects.join(",") : "None"}
Clear
{/if} {/if}