Skip to content

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 ​

PropertyTypeDescriptionDefined in
autoStart?booleanWhether the renderer starts its animation loop automatically on construction. Defaults to true.packages/core/src/core/renderer.ts:143
autoStop?booleanWhether 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 | RendererDebugOptionsEnables debug overlays: true for all, or a RendererDebugOptions object to toggle individual overlays.packages/core/src/core/renderer.ts:149
immediate?booleanWhether transitions apply their final state immediately rather than animating.packages/core/src/core/renderer.ts:147