Controls whether the left filter panel is shown. Options: 'collapsed' or 'expanded'.
Example: Set the initial state and toggle it programmatically at runtime.
query
Type: Object | Default: {}
The current query of the widget. Changing it reloads both the histogram data and the logs table.
Example: Retrieving the current query from the widget's state.
Basic Usage
Set an initial query in the widget's state:
Reading and Updating the Query with Nested Filters
When modifying the query, always merge it with the current query object.
Tracking Query Changes
Listen for changes triggered by UI interactions:
Working with Nested Query Keys
You can directly read or set nested query properties using a /-separated path.