@pond-ts/react API Reference
    Preparing search index...

    Interface UseCurrentOptions

    interface UseCurrentOptions {
        tail?: DurationInput;
        throttle?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    tail?: DurationInput

    Trailing window to evaluate the mapping over, expressed as a DurationInput (e.g. '30s', '5m', or a number of milliseconds). When omitted, the full snapshot is used.

    throttle?: number

    Minimum milliseconds between snapshot rebuilds. Default 100. Set to 0 for immediate.