API — Interface: RowCtx

Interface: RowCtx

Defined in: render-svg/hooks.ts:43

Extends

Properties

fontSize

readonly fontSize: number;

Defined in: render-svg/hooks.ts:7

Inherited from

BaseCtx.fontSize


graph

readonly graph: LaidOutGraph;

Defined in: render-svg/hooks.ts:9

Inherited from

BaseCtx.graph


height

readonly height: number;

Defined in: render-svg/hooks.ts:50


isUnionVariant

readonly isUnionVariant: boolean;

Defined in: render-svg/hooks.ts:51


node

readonly node: NodeBox;

Defined in: render-svg/hooks.ts:44


padding

readonly padding: number;

Defined in: render-svg/hooks.ts:8

Inherited from

BaseCtx.padding


row

readonly row: NodeRow;

Defined in: render-svg/hooks.ts:45


rowIndex

readonly rowIndex: number;

Defined in: render-svg/hooks.ts:46


textX

readonly textX: number;

Defined in: render-svg/hooks.ts:52


textY

readonly textY: number;

Defined in: render-svg/hooks.ts:53


theme

readonly theme: Theme;

Defined in: render-svg/hooks.ts:6

Inherited from

BaseCtx.theme


width

readonly width: number;

Defined in: render-svg/hooks.ts:49


x

readonly x: number;

Defined in: render-svg/hooks.ts:47


y

readonly y: number;

Defined in: render-svg/hooks.ts:48