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

    Interface MenuShareTimelineOptions

    Use UpdateTimelineShareDataOptions.

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

    Index

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

    Called when share data is configured, not when the user shares.

    title: string