@game-vir/handle-input - v15.1.1
    Preparing search index...

    Variable VirGlowPulseConst

    VirGlowPulse: DeclarativeElementDefinition<
        "vir-glow-pulse",
        {
            animationDuration?: Partial<Record<DurationUnit, undefined | number>>;
            glowColors?: readonly string[];
            pulse: undefined | Readonly<PulseTimestamp>;
        },
        { colorIndex: number; lastTimestamp: number },
        {},
        "vir-glow-pulse-",
        "vir-glow-pulse-",
        readonly [],
    > = ...

    Wraps its children in a glow that pulses any time the given pulse timestamp changes. Defaults to cycling through a rainbow of colors but can be customized to cycle through any colors you want.