Zoom Meeting SDK for Web - Component View
    Preparing search index...

    Interface CustomSize

    Interface defining custom component sizes.

    interface CustomSize {
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number
    width: number