Skip to content

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

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