Mount a widget to a DOM ref element.
ID of the DOM element where the widget will be mounted.
Optional
params: WidgetParameters[T]widget parameters.
Update the widget properties
Widget specific properties including configuration
Add a listener for a widget event.
function to execute when the event is received.
Generated using TypeDoc
Widget interface. Every widget implements this interface.