ZOrderType
Electron APIs / Overlay / ZOrderType
type ZOrderType = "default" | "topMost" | "bottomMost";
Overlay layering of overlapping windows along the z-axis (depth).
default
—the default setting in Windows.topMost
—bring overlay to the top most position.bottomMost
—put window in the bottom most position.