Skip to content

@jimka/typescript-ui / layout / FillType

Enumeration: FillType

Defined in: src/typescript/lib/layout/FillType.ts:8

Controls how a component fills its allocated cell within a layout.

Enumeration Members

BOTH

ts
BOTH: "both";

Defined in: src/typescript/lib/layout/FillType.ts:10


HORIZONTAL

ts
HORIZONTAL: "horizontal";

Defined in: src/typescript/lib/layout/FillType.ts:11


NONE

ts
NONE: "none";

Defined in: src/typescript/lib/layout/FillType.ts:9


VERTICAL

ts
VERTICAL: "vertical";

Defined in: src/typescript/lib/layout/FillType.ts:12