SpotlightEffect interface exported
Last updated: 2026-03-05T20:47:10.119Z
Metrics
LOC: 9
Complexity: 1
Params: 0
Signature
interface SpotlightEffect
Source Code
export interface SpotlightEffect {
kind: "spotlight";
/** Spotlight overlay opacity 0-1 (default: 0.6) */
opacity?: number;
/** Duration in ms; 0 = keep until end of step (default: 2000) */
duration?: number;
/** When to run relative to the action (default: "during") */
timing?: EffectTiming;
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| injectStyles | uses |