Assess API Methods
setHeight()
Sets the height of Assess container.
Requires test:ready
status before being used. This can be accomplished by either listening to the test:ready
event using the on()
method, or using the app readyListener
.
If used with regions configuration that has the right region enabled, the minimum height possible will match the height of the right region.
Arguments
-
height integer
The height in pixels.
Return value
None (undefined
).