Zoom Video SDK for React - v0.0.2
    Preparing search index...

    Interface MaskSquare

    Mask shape - Square.

    interface MaskSquare {
        length: number;
        type: "square";
    }
    Index

    Properties

    Properties

    length: number

    Length for each side of the square, in pixels.

    type: "square"

    Type.