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

    Interface MenuShareTimelineOptions

    interface MenuShareTimelineOptions {
        cancel: () => void;
        imgUrl: string;
        link: string;
        success: () => void;
        title: string;
    }

    Index

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