setMinSize
fun setMinSize(size: LogicalSize?): ERROR CLASS: Symbol not found for js.promise.Promise<ERROR CLASS: Symbol not found for js.core.Void>(source)
fun setMinSize(size: PhysicalSize?): ERROR CLASS: Symbol not found for js.promise.Promise<ERROR CLASS: Symbol not found for js.core.Void>(source)
fun setMinSize(size: Size?): ERROR CLASS: Symbol not found for js.promise.Promise<ERROR CLASS: Symbol not found for js.core.Void>(source)
Sets the window minimum inner size. If the size argument is not provided, the constraint is unset.
Parameters
size
The logical or physical inner size, or null to unset the constraint.