We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566c661 commit 4999c8fCopy full SHA for 4999c8f
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