WindowResizeEdge import { WindowResizeEdge } from "destack:display/binding"; Window resize edge. export enum WindowResizeEdge { North = 1, South = 2, East = 3, West = 4, NorthEast = 5, NorthWest = 6, SouthEast = 7, SouthWest = 8, } language/library/src/display/binding/window.ds:73:90 Variants North = 1 North edge. South = 2 South edge. East = 3 East edge. West = 4 West edge. NorthEast = 5 Northeast corner. NorthWest = 6 Northwest corner. SouthEast = 7 Southeast corner. SouthWest = 8 Southwest corner.