Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IPostedWidgetsPayload

Index

Properties

count: number
done?: boolean

whether there's any more widgets

widget_interactions_url_template: string

url to fetch interactions for the returned widgets

widgets: IWidgetPayload[]

List of widgets

Methods

  • Iterable iterator to fetch next/prev pages

    Returns IterableIterator<IWidgetPayload[]>

  • Function to get next page

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

  • Function to get previous page

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

Legend

  • Property
  • Method

Generated using TypeDoc