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 3baeefa commit f60ab8eCopy full SHA for f60ab8e
browser/src/control/jsdialog/Definitions.Types.ts
@@ -33,7 +33,7 @@ interface JSBuilderOptions {
33
cssClass: string; // class added to every widget root
34
windowId: number; // window id to be sent with dialogevent
35
map: any; // reference to map
36
- mobileWizard: any; // reference to the parent container FIXME: rename
+ mobileWizard: JSDialogComponent; // reference to the parent component FIXME: rename
37
useSetTabs: boolean; // custom tabs placement handled by the parent container
38
useScrollAnimation: boolean; // do we use animation for scrollIntoView
39
0 commit comments