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

    Interface PositionStyle

    interface PositionStyle {
        bottom?: string | number;
        left?: string | number;
        right?: string | number;
        top?: string | number;
    }
    Index

    Properties

    bottom?: string | number
    left?: string | number
    right?: string | number
    top?: string | number