data class CameraPopoverOptions
iOS popover options.
(js)
<init> |
iOS popover options. CameraPopoverOptions(x: Int, y: Int, width: Int, height: Int, arrowDir: PopoverArrowDirection, popoverWidth: Int, popoverHeight: Int) |
(js)
arrowDir |
val arrowDir: PopoverArrowDirection |
(js)
height |
val height: Int |
(js)
popoverHeight |
val popoverHeight: Int |
(js)
popoverWidth |
val popoverWidth: Int |
(js)
width |
val width: Int |
(js)
x |
val x: Int |
(js)
y |
val y: Int |