EventsConfigStore
ts
type EventsConfigStore = object;Defined in: stores/events-config.ts:13
Store for managing event system configuration.
Controls global behavior of event handling within the runtime.
Since
1.0.0
Author
Simon Kovtyk
Properties
config
ts
config: EventConfig;Defined in: stores/events-config.ts:14
setConfig
ts
setConfig: (config) => void;Defined in: stores/events-config.ts:15
Parameters
| Parameter | Type |
|---|---|
config | EventConfig |
Returns
void