Theia API Documentation v1.65.0
    Preparing search index...
    interface Timeline {
        items: readonly TimelineItem[];
        paging?: { cursor: undefined | string };
    }
    Index

    Properties

    Properties

    items: readonly TimelineItem[]

    An array of timeline items.

    paging?: { cursor: undefined | string }

    Type Declaration

    • Readonlycursor: undefined | string

      A provider-defined cursor specifying the starting point of timeline items which are after the ones returned. Use undefined to signal that there are no more items to be returned.