Documentation / @ripl/core / RendererOptions
Interface: RendererOptions
Defined in: packages/core/src/core/renderer.ts:133
Configuration for the renderer, controlling auto-start/stop behaviour and debug overlays.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
autoStart? | boolean | Whether the renderer starts its animation loop automatically on construction. Defaults to true. | packages/core/src/core/renderer.ts:135 |
autoStop? | boolean | Whether the renderer stops the loop when idle — no active transitions and the pointer has left. Defaults to true. | packages/core/src/core/renderer.ts:137 |
debug? | boolean | RendererDebugOptions | Enables debug overlays — true for all, or a RendererDebugOptions object to toggle individual overlays. | packages/core/src/core/renderer.ts:141 |
immediate? | boolean | Whether transitions apply their final state immediately rather than animating. | packages/core/src/core/renderer.ts:139 |