data class LayoutViewport
Layout viewport position and dimensions.
<init> |
Layout viewport position and dimensions. LayoutViewport(pageX: Int, pageY: Int, clientWidth: Int, clientHeight: Int) |
clientHeight |
Height (CSS pixels), excludes scrollbar if present. val clientHeight: Int |
clientWidth |
Width (CSS pixels), excludes scrollbar if present. val clientWidth: Int |
pageX |
Horizontal offset relative to the document (CSS pixels). val pageX: Int |
pageY |
Vertical offset relative to the document (CSS pixels). val pageY: Int |