lucid-extension-sdk 0.0.323 → 0.0.324
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/editorclient.d.ts +1 -1
- package/package.json +1 -1
package/editorclient.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ export type DataActionOptions = {
|
|
|
29
29
|
};
|
|
30
30
|
export declare class EditorClient {
|
|
31
31
|
private nextId;
|
|
32
|
-
|
|
32
|
+
protected readonly callbacks: Map<string, (value: any) => JsonSerializable | void | Promise<any>>;
|
|
33
33
|
private getUniqueActionName;
|
|
34
34
|
/**
|
|
35
35
|
* Get which Lucid product this editor extension has been loaded in.
|