Interface: FilterUpdateResult
The canonical result of a state-changing operation after the dashboard has settled.
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
changed | string[] | - | StateUpdateResult.changed |
errors | StateError[] | Rejected component writes. Other ids in the same batch may have succeeded. | StateUpdateResult.errors |
filters | FilterValues | Every active filter after the operation. | - |
state | StateValues | - | StateUpdateResult.state |