We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771dea8 commit 08cd832Copy full SHA for 08cd832
.changeset/odd-hotels-cough.md
@@ -0,0 +1,5 @@
1
+---
2
+"@sigmacomputing/embed-sdk": minor
3
4
+
5
+fix: fixes the variable on change type
packages/embed-sdk/src/types.ts
@@ -109,7 +109,9 @@ export interface WorkbookErrorEvent {
109
110
export interface WorkbookVariableOnChangeEvent {
111
type: typeof WorkbookVariableEventOnChangeName;
112
- variables: Record<string, string>;
+ workbook: {
113
+ variables: Record<string, string>;
114
+ };
115
}
116
117
export interface WorkbookVariableCurrentEvent {
0 commit comments