API — Interface: NodeRow

Interface: NodeRow

Defined in: layout/types.ts:19

Properties

height

height: number;

Defined in: layout/types.ts:25

Row height.


nested?

optional nested?: NodeRow[];

Defined in: layout/types.ts:27

For union variants only: nested fields rendered inside the variant block.


text

text: string;

Defined in: layout/types.ts:21

Display text for the row.


y

y: number;

Defined in: layout/types.ts:23

Y offset within the node (top of the row).