Skip to content

Interface: RenderResult

Defined in: errors.ts:48

Result of a result-style render: svg XOR errors for v1.

Properties

errors?

ts
optional errors?: GvError[];

Defined in: errors.ts:52

Present on failure; length <= 1 (first failure only) for v1.


svg?

ts
optional svg?: string;

Defined in: errors.ts:50

Present on success.