Members
(readonly) filters :String
- Source:
Dashboard filters array wrapper
Type:
- String
(readonly) filterString :String
- Source:
Dashboard filter string wrapper
Type:
- String
Methods
addWidget(widget)
- Source:
Adds widget to the panel.
Parameters:
Name | Type | Description |
---|---|---|
widget |
Widget | The widget to add |
refresh(extent)
- Source:
Reloads widgets data based on given extent.
Parameters:
Name | Type | Description |
---|---|---|
extent |
Array.<Number> | Array of numbers representing an extent: [minx, miny, maxx, maxy] |
render()
- Source:
Renders all panel widgets.