Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IPostedWidgetsPayload

Index

Properties

count

count: number

Optional done

done?: boolean

whether there's any more widgets

widget_interactions_url_template

widget_interactions_url_template: string

url to fetch interactions for the returned widgets

widgets

widgets: IWidgetPayload[]

List of widgets

Methods

iterator

  • Iterable iterator to fetch next/prev pages

    Returns IterableIterator<IWidgetPayload[]>

Optional next

  • Function to get next page

    Returns Promise<IteratorResult<IWidgetPayload[], any>>

Optional previous

  • Function to get previous page

    Returns Promise<IteratorResult<IWidgetPayload[], any>>

Legend

  • Property
  • Method

Generated using TypeDoc