JSX Widgets
HTML/JSX widgets is a type of widgets that enables the creation of any kind of visualization.

type Props = {
mode: 'view' | 'edit' | 'editor', // dashboard's view/edit mode or editor
event: Object, // the last event
batch: Object[], // the last event batch
widget: Object, // the saved widget configuration
height: number, // the current height of the widget
width: number, // the current width of the widget
}
Last updated