Interface IPostedWidgetsPayload

Hierarchy

  • IPostedWidgetsPayload

Properties

count: number
done?: boolean

whether there's any more widgets

iterator: (() => IterableIterator<IWidgetPayload[]>)

Type declaration

next?: (() => Promise<IteratorResult<IWidgetPayload[], any>>)

Type declaration

previous?: (() => Promise<IteratorResult<IWidgetPayload[], any>>)

Type declaration

widget_interactions_url_template: string

url to fetch interactions for the returned widgets

widgets: IWidgetPayload[]

List of widgets

Generated using TypeDoc