AppleSauce
    Preparing search index...

    The current since value of the timeline loader undefined is used to initialize the loader to "now" -Infinity (for since) and Infinity (for until) should be used to force loading the next block of events

    type TimelineWindow = {
        since?: number;
        until?: number;
    }
    Index

    Properties

    Properties

    since?: number
    until?: number