Zoom Video SDK for React - v0.0.2
Preparing search index...
hooks
<internal>
MaskRectangle
Interface MaskRectangle
Mask shape - Rectangle.
interface
MaskRectangle
{
height
:
number
;
type
:
"rectangle"
;
width
:
number
;
}
Index
Properties
height
type
width
Properties
height
height
:
number
Height, in pixels.
type
type
:
"rectangle"
Type.
width
width
:
number
Width, in pixels.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
type
width
Zoom Video SDK for React - v0.0.2
Loading...
Mask shape - Rectangle.