We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 566c661 + 57fd2c5 commit cc188cbCopy full SHA for cc188cb
.changeset/chilly-wasps-taste.md
@@ -0,0 +1,5 @@
1
+---
2
+"@stackla/widget-utils": patch
3
4
+
5
+Fix type node
src/types/core/sdk.ts
@@ -29,7 +29,7 @@ export interface ISdk {
29
addTemplateToComponent<C>(template: Template<C>, componentName: string): void
30
setState<T>(key: string, value: T): void
31
getState<T>(key: string): T
32
- getNodeId(): string
+ getNodeId(): string | undefined
33
loadTemplate(templateType: string): Promise<void>
34
getExpandedTileConfig(): ExpandedTileOptions
35
getInlineTileConfig(): InlineTileOptions
0 commit comments