Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "scripts/getWidgets"

Index

Functions

Const getPostedWidgets

  • Get list of widgets that have already been posted.

    async
    since

    1.18.2

    Parameters

    Returns Promise<{ widgets: Array<IWidgetPayload> }>

Const getTimelineResource

  • getTimelineResource(url: string, channel: string): Promise<{ nextPage: string; widgets: Array<IWidgetPayload> }>
  • Parameters

    • url: string
    • channel: string

    Returns Promise<{ nextPage: string; widgets: Array<IWidgetPayload> }>

Const getWidget

  • Gets widget object from passed kind and id

    async
    since

    1.18.0

    Parameters

    Returns Promise<IWidgetPayload>

Generated using TypeDoc