Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LayoutBox

Hierarchy

  • LayoutBox

Index

Properties

Properties

ch

ch: number

Single cell row height (always same as rowHeight arg given to layout ctor).

cw

cw: number

Single cell column width (always w/o col span), based on layout's available space and configured number of columns.

gap

gap: number

Gutter size.

h

h: number

Box height (based on requested row span and inner gutter(s))

w

w: number

Box width (based on requested col span and inner gutter(s))

x

x: number

Top-left corner X

y

y: number

Top-left corner Y

Generated using TypeDoc