SquarifiedRect
Defined in: perf/layout/squarify.ts:35
Output of squarify — an item with its placed pixel rectangle.
Use (rx, ry, rw, rh) directly with ctx.fillRect / ctx.strokeRect.
Extends
Section titled “Extends”Properties
Section titled “Properties”label:
string
Defined in: perf/layout/squarify.ts:27
Inherited from
Section titled “Inherited from”rh:
number
Defined in: perf/layout/squarify.ts:43
Pixel rect — height.
rw:
number
Defined in: perf/layout/squarify.ts:41
Pixel rect — width.
rx:
number
Defined in: perf/layout/squarify.ts:37
Pixel rect — left edge.
ry:
number
Defined in: perf/layout/squarify.ts:39
Pixel rect — top edge.
value:
number
Defined in: perf/layout/squarify.ts:28