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

    Interface UpdateTimelineShareDataOptions

    interface UpdateTimelineShareDataOptions {
        imgUrl: string;
        link: string;
        success?: () => void;
        title: string;
    }

    Hierarchy (View Summary)

    Index

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

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

    title: string