# Type alias WidgetsOptions

WidgetsOptions: Record< WidgetId, { filtersOptions: CommonFiltersOptions; } >

Options for widgets in a dashboard

For example, how common filters defined at the dashboard level should be applied to widgets.