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

    Interface PopperStyle

    interface PopperStyle {
        anchorElement?: null | HTMLElement;
        anchorPosition?: PositionStyle;
        anchorReference?: "anchorEl" | "anchorPosition";
        disableDraggable?: boolean;
        modifiers?: object;
        placement?: PopperPlacementType;
    }
    Index

    Properties

    anchorElement?: null | HTMLElement
    anchorPosition?: PositionStyle
    anchorReference?: "anchorEl" | "anchorPosition"
    disableDraggable?: boolean
    modifiers?: object