Home > @uniformdev/mesh-sdk > SdkWindow > updateHeight

SdkWindow.updateHeight property

height argument can be specific lengths, e.g. 100vh, 300px, etc... as well as other standard CSS height options

Signature:

updateHeight: (height: CSSHeight) => void;