Variable: PlayRenderer
API / @xmachines/play-solid / PlayRenderer
const PlayRenderer: Component;Defined in: packages/play-solid/src/PlayRenderer.tsx:30
The leaf renderer without props. Put it inside an ActorProvider tree or a PlayUIProvider tree.
It reads the ViewContextValue (the spec, the handlers, and the registry) of the provider around it, with usePlayView(). It then renders the spec with the Renderer of @xmachines/json-render-solid.