• Get a widget based on widget kind and widget id

    Parameters

    Returns Promise<IWidgetPayload>

    Async

    Since

    0.1.0

    Example

    getWidget({
    widgetId: "<Your widget Id>",
    widgetKind: "<Your widget kind>"
    }).then(widgetPayload => console.log(widgetPayload))

Generated using TypeDoc