IInvertableSelectionHandler
Home > @gooddata/sdk-ui-filters > IInvertableSelectionHandler
IInvertableSelectionHandler interface
Handles the selection that can be inverted.
Signature:
export interface IInvertableSelectionHandler<T extends InvertableSelection<any>> 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| Registers a callback that will be fired when the selection changes. Returns unsubscribe function, that will unregister it, once called. Multiple callbacks can be registered by this function. | 
Methods
| Method | Description | 
|---|---|
| Change the selection. | |
| Clear the current selection. | |
| Returns the current selection. | |
| Invert the current selection. |