Skip to content

@vttforge/types / ApplicationPosition

Interface: ApplicationPosition ​

Where a window sits and how big it is.

Properties ​

height ​

height: number | "auto"


left ​

left: number


scale ​

scale: number


top ​

top: number


width ​

width: number | "auto"


zIndex ​

zIndex: number

MIT licensed.