Documentation / @ripl/core / RendererOptions
Interface: RendererOptions ​
Defined in: packages/core/src/core/renderer.ts:141
Configuration for the renderer, controlling auto-start/stop behavior 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:143 |
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:145 |
debug? | boolean | RendererDebugOptions | Enables debug overlays: true for all, or a RendererDebugOptions object to toggle individual overlays. | packages/core/src/core/renderer.ts:149 |
immediate? | boolean | Whether transitions apply their final state immediately rather than animating. | packages/core/src/core/renderer.ts:147 |