Skip to content

@jimka/typescript-ui / component/container / Direction

Enumeration: Direction

Defined in: src/typescript/lib/component/container/WindowBorder.ts:14

The eight edge / corner positions used by WindowBorder to identify which border strip the user is dragging.

Enumeration Members

EAST

ts
EAST: 3;

Defined in: src/typescript/lib/component/container/WindowBorder.ts:18


NORTH

ts
NORTH: 0;

Defined in: src/typescript/lib/component/container/WindowBorder.ts:15


NORTHEAST

ts
NORTHEAST: 7;

Defined in: src/typescript/lib/component/container/WindowBorder.ts:22


NORTHWEST

ts
NORTHWEST: 4;

Defined in: src/typescript/lib/component/container/WindowBorder.ts:19


SOUTH

ts
SOUTH: 1;

Defined in: src/typescript/lib/component/container/WindowBorder.ts:16


SOUTHEAST

ts
SOUTHEAST: 5;

Defined in: src/typescript/lib/component/container/WindowBorder.ts:20


SOUTHWEST

ts
SOUTHWEST: 6;

Defined in: src/typescript/lib/component/container/WindowBorder.ts:21


WEST

ts
WEST: 2;

Defined in: src/typescript/lib/component/container/WindowBorder.ts:17