output
A reference back to the rendered output object.
output?: RenderContext.Output & {
element: TestOutputElement;
};
Related
class TestOutputElement
A class that represents a rendered output element.
A reference back to the rendered output object.
output?: RenderContext.Output & {
element: TestOutputElement;
};