Skip to content

@eodash/eodash / client/types / Layout

Interface: Layout

Properties of EOxLayoutItem used for setting the position and size of panels

Properties

h

h: number

Height. Integer between 1 and 12

Defined in

core/client/types.d.ts:65


w

w: number

Width. Integer between 1 and 12

Defined in

core/client/types.d.ts:63


x

x: number

Horizontal start position. Integer between 1 and 12

Defined in

core/client/types.d.ts:59


y

y: number

Vertical start position. Integer between 1 and 12

Defined in

core/client/types.d.ts:61