weasel API - v0.8.0
    Preparing search index...

    Variable SceneViewCanvasConst

    SceneViewCanvas: <TData, TLayer extends string, TPose>(
        props: SceneViewCanvasProps<TData, TLayer, TPose>,
    ) => Element = SceneViewCanvasInner

    Pointer-inert read-only scene view. See SceneViewCanvasProps for the full surface and the module docstring for the rendering model.

    forwardRef is not used because the component is generic over <TData, TLayer, TPose> and React's forwardRef erases generics. The canvasRef prop is the plain-prop equivalent (the spec calls it out as the public surface).

    Type Declaration