Namespace: External

GoBrain.Pdk.Extensions.Widget~ External

Methods

event(event, data){GoBrain.Pdk.Extensions.Widget~External}

GoBrain.Pdk/src/extensions/widget.js, line 410

Informs the widget of an external event that has taken place that the widget for some reason would have missed.

Informs the widget of an external event that has taken place that the widget for some reason would have missed. Mainly useful for scenarios when the widget can't determine that the event happened itself due to being sandboxed.

This:
Name Type Description
event String

The event.

data Object

The event data.

Returns:
Type Description
GoBrain.Pdk.Extensions.Widget~External