The Viewport object
Information about the canvas size in the current viewport.
Properties
All properties for this object with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.
height
The height of the canvas. This value increases as the layout increases vertically and includes content that must be scrolled into view.
Type | number |
Format | Integer |
Mutability | Read-only |
Examples
width
The width of the canvas. This value is responsive to the horizontal space available.
Type | number |
Format | Integer |
Mutability | Read-only |