Interface IPostedWidgetsPayload
Hierarchy
- IPostedWidgetsPayload
Properties
count
count: number
iterator
Type declaration
- (): IterableIterator<IWidgetPayload[]>
Returns IterableIterator<IWidgetPayload[]>
Optional
next
Type declaration
- (): IteratorResult<IWidgetPayload[], any>
Function to get next page
Returns IteratorResult<IWidgetPayload[], any>
Optional
previous
Type declaration
- (): IteratorResult<IWidgetPayload[], any>
Function to get previous page
Returns IteratorResult<IWidgetPayload[], any>
widget_ interactions_ url_ template
widget_ interactions_ url_ template: string
url to fetch interactions for the returned widgets
widgets
List of widgets
Generated using TypeDoc
Iterable iterator to fetch next/prev pages