@pocketsign/in-app-sdk
    検索インデックスを準備しています...

    型エイリアス ShareRequest

    shareで共有する内容。Web Share APIのnavigator.share()の引数に対応します。

    type ShareRequest = {
        files?: File[];
        text?: string;
        title?: string;
        url?: string;
    }
    インデックス

    プロパティ

    プロパティ

    files?: File[]

    共有するファイル

    text?: string

    共有する本文

    title?: string

    共有画面に渡すタイトル

    url?: string

    共有するHTTPまたはHTTPSのURL