PinEffect interface exported
Last updated: 2026-03-05T20:47:10.119Z
Metrics
LOC: 9
Complexity: 1
Params: 0
Signature
interface PinEffect
Source Code
export interface PinEffect {
kind: "pin";
/** Optional note to show near the pin marker */
note?: string;
/** 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 |