@mendix/extensions-api - v0.2.4
Mendix Docs
Mendix
Preparing search index...
Primitives
Size
Interface Size
A size object that contains width and height.
interface
Size
{
height
:
number
;
width
:
number
;
}
Index
Properties
height
width
Properties
height
height
:
number
The height of the element.
width
width
:
number
The width of the element.
Settings
Theme
OS
Light
Dark
On This Page
Properties
height
width
Mendix Docs
Mendix
@mendix/extensions-api - v0.2.4
Loading...
A size object that contains width and height.