onSelectionChanged
Home > @gooddata/sdk-ui-filters > IInvertableSelectionHandler > onSelectionChanged
IInvertableSelectionHandler.onSelectionChanged property
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.
Signature:
onSelectionChanged: CallbackRegistration<OnSelectionChangedCallbackPayload<T>>;