Home > @uniformdev/mesh-sdk > SdkWindow
SdkWindow interface
Signature:
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
() => void |
Disables auto-resizing of the window (iframe) based on the size of the content. | ||
|
() => void |
Enables auto-resizing of the window (iframe) based on the size of the content. | ||
|
number |
The numerical height of the current window. | ||
|
Window |
The current window object. | ||
|
MutationObserver |
(Optional) The MutationObserver object used to detect content height changes. Note: this property is only defined if | ||
|
(height: CSSHeight) => void |
|