You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -382,6 +382,8 @@ location.
382
382
|[width]| <code>Number</code> | <code>320</code> | width, in pixels, of the screen element onto which to anchor the popover. |
383
383
|[height]| <code>Number</code> | <code>480</code> | height, in pixels, of the screen element onto which to anchor the popover. |
384
384
|[arrowDir]| <code>[PopoverArrowDirection](#module_Camera.PopoverArrowDirection)</code> | <code>ARROW_ANY</code> | Direction the arrow on the popover should point. |
385
+
|[popoverWidth]| <code>Number</code> | <code>0</code> | width of the popover (0 or not specified will use apple's default width). |
386
+
|[popoverHeight]| <code>Number</code> | <code>0</code> | height of the popover (0 or not specified will use apple's default height). |
0 commit comments