mazey-wechat-launch-app
    Preparing search index...

    Interface MenuShareAppMessageOptions

    interface MenuShareAppMessageOptions {
        cancel: () => void;
        dataUrl: string;
        desc: string;
        imgUrl: string;
        link: string;
        success: () => void;
        title: string;
        type: string;
    }

    Index

    cancel: () => void
    dataUrl: string
    desc: string
    imgUrl: string
    link: string
    success: () => void
    title: string
    type: string