Skip to main content

Variable: CanvasContext

const CanvasContext: Context<{
canvas: null | HTMLCanvasElement;
renderingSurface: null | RenderingSurface;
}>;

Defined in: livelink.react/sources/components/core/Canvas.tsx:28

Context providing the canvas element and the rendering surface.

Param

The canvas element.

Param

The rendering surface.