@vertigis/viewer-spec 58.5.0 → 58.6.0
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/messaging/Event.d.ts +1 -1
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/messaging/Event.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import type { Model } from "./common.js";
|
|
|
3
3
|
/**
|
|
4
4
|
* A callback that will be invoked whenever the event is published.
|
|
5
5
|
*/
|
|
6
|
-
export type EventCallback<T> = (arg?: T, publisher?: Model) => void | Promise<void>;
|
|
6
|
+
export type EventCallback<T> = (arg?: T, publisher?: Model, eventName?: string) => void | Promise<void>;
|
|
7
7
|
/**
|
|
8
8
|
* A named event.
|
|
9
9
|
*/
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED