maxInnerSize(width_or_size, height)

Class: InternalWindow.

Description:

Indicates the maximum size the content container of the InternalWindow it can be resized to. It overrides previously set maxSize() value.

Parameters:

Name Type Description

width_or_size

number | Size

Width, or a Size formatted object as a sole parameter.

height

number

Height of the component.

Returns:

If called without parameters, current maximum inner Size is returned or null if it wasn't previously set; otherwise returns this component instance for chaining.

Type: Size | InternalWindow | null

Also See: