Hierarchy

  • Widgets

Constructors

Properties

routeCreateWidget: Route = ...
routeDeleteWidget: Route = ...
routeListWidget: Route = ...
routeSetMainImage: Route = ...
routeSetRemoveImage: Route = ...
routeUpdateWidget: Route = ...
routeViewWidget: Route = ...
routesetRemoveImage: Route = ...

Methods

  • Create a new widget add-on that can be integrated with a live event.

    See

    Widget Create Widget - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Deletes a widget's information.

    See

    Widget Delete Widget- BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • widget_id: string

      The id of widget.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Retrieves widgets.

    See

    Widget - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • Updates a widget's information.

    See

    Widget Update Widget- BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • widget_id: string

      The id of widget.

    • data: object

      Data that will be passed in the body of the request.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

  • View the information pertaining to a single widget.

    See

    Widget View Widget - BingeWave

    Returns

    Returns a promise from Axios.

    Parameters

    • widget_id: string

      The id of widget.

    • Optional query: null | object

      Data that will be passed in the query string as a parameter.

    • Optional options: null | object

      Further options that can be used to modify the request.

    Returns Promise<any>

Generated using TypeDoc