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 6fc50f6 commit 4e535f0Copy full SHA for 4e535f0
src/types/functions.ts
@@ -18,12 +18,12 @@ type HostFunctions = {
18
*/
19
close: () => void;
20
/**
21
- * Sets the height of the current dialog.
+ * Sets the height of the current dialog. Doesn't work in sidebars.
22
* @param height the new height, in pixels
23
24
setHeight: (height: number) => void;
25
26
- * Sets the width of the current dialog.
+ * Sets the width of the current dialog. Doesn't work in sidebars.
27
* @param width the new width, in pixels
28
29
setWidth: (width: number) => void;
0 commit comments