@constela/core 0.12.2 → 0.12.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -420,7 +420,7 @@ interface EventHandlerOptions {
|
|
|
420
420
|
interface EventHandler {
|
|
421
421
|
event: string;
|
|
422
422
|
action: string;
|
|
423
|
-
payload?: Expression
|
|
423
|
+
payload?: Expression | Record<string, Expression>;
|
|
424
424
|
debounce?: number;
|
|
425
425
|
throttle?: number;
|
|
426
426
|
options?: EventHandlerOptions;
|