Variable: CanvasContext
const CanvasContext: Context<{
canvas: HTMLCanvasElement | null;
renderingSurface: RenderingSurface | null;
}>;
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.