Skip to content

@jimka/typescript-ui / primitive / Placement

Enumeration: Placement

Defined in: src/typescript/lib/primitive/Placement.ts:9

Enumeration of compass-point placement positions plus center, used to describe the relative position of a child within a container.

Enumeration Members

CENTER

ts
CENTER: "center";

Defined in: src/typescript/lib/primitive/Placement.ts:10


EAST

ts
EAST: "east";

Defined in: src/typescript/lib/primitive/Placement.ts:14


NORTH

ts
NORTH: "north";

Defined in: src/typescript/lib/primitive/Placement.ts:11


SOUTH

ts
SOUTH: "south";

Defined in: src/typescript/lib/primitive/Placement.ts:12


WEST

ts
WEST: "west";

Defined in: src/typescript/lib/primitive/Placement.ts:13