ixfx
    Preparing search index...

    Type Alias ReactivePingable<V>

    ReactivePingable: Reactive<V> & { ping(): void }

    A reactive that can be 'pinged' to produce a value.

    Use isPingable to check if a reactive is pingable.

    Pingable reactives are returned from

    • interpolate
    • computeWithPrevious
    • valueToPing

    Type Parameters

    • V