Skip to content

NodeStyle

Defined in: src/types/index.ts:308

Visual styling (fill, stroke, shape) applied to a rendered state node.

fill: string;

Defined in: src/types/index.ts:309


shape: NodeShape;

Defined in: src/types/index.ts:312


stroke: string;

Defined in: src/types/index.ts:310


strokeWidth: number;

Defined in: src/types/index.ts:311