Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Timeline

Hierarchy

  • Timeline

Index

Properties

Properties

items: readonly TimelineItem[]

An array of timeline items.

paging?: { cursor: undefined | string }

Type declaration

  • Readonly cursor: 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.