Theia API Documentation v1.65.0
    Preparing search index...
    interface TimelineOptions {
        cursor?: string;
        limit?: number | { id?: string; timestamp: number };
    }
    Index

    Properties

    Properties

    cursor?: string

    A provider-defined cursor specifying the starting point of the timeline items that should be returned.

    limit?: number | { id?: string; timestamp: number }

    An optional maximum number timeline items or the all timeline items newer (inclusive) than the timestamp or id that should be returned. If undefined all timeline items should be returned.