interface ApplicationPosition {
    top: number;
    left: number;
    width: number | "auto";
    height: number | "auto";
    scale: number;
    zIndex: number;
}

Properties

top: number

Window offset pixels from top

left: number

Window offset pixels from left

width: number | "auto"

Un-scaled pixels in width or "auto"

height: number | "auto"

Un-scaled pixels in height or "auto"

scale: number

A numeric scaling factor applied to application dimensions

zIndex: number

A z-index of the application relative to siblings