im-link-jssdk - v1.1.8
    Preparing search index...

    Interface IMPopupParams

    弹框参数

    interface IMPopupParams {
        popupType: 1 | 2 | 3;
        ratio: number;
        url: string;
    }
    Index

    Properties

    Properties

    popupType: 1 | 2 | 3

    弹窗类型

    1->带titel头部 2->居中弹出 3->底部向上覆盖

    ratio: number

    宽高比

    url: string

    链接地址