Documentation

output

A reference back to the rendered output object.

output?: RenderContext.Output & {
element: TestOutputElement;
};

Related