API — Interface: HookError

Interface: HookError

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

Properties

edgeId?

readonly optional edgeId?: string;

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


error

readonly error: unknown;

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


nodeId?

readonly optional nodeId?: string;

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


phase

readonly phase: HookPhase;

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