Home > widget-integration > FilterStore > events
FilterStore.events property
Map of event names to their registered callback functions.
Signature:
events: Signal<Map<EventName, Callback[]>>;
Remarks
For internal event system management. Use public methods to interact with events.