画像添付ボタン

コンポーネントの情報 {#component-data}

コンポーネントの値 {#component-value}

属性タイプ説明
attachmentsarray画像添付情報

attachments {#component-value-attachments}

属性タイプ説明
fileIdstring画像ファイル ID

Request Example {#component-data-example}

[  {    "componentType": "CP_IMG",    "componentId": "80c42a27-1234-1234-1234",    "componentValue": {      "attachments": [        {          "fileId": "80c42a27-1234-1234-1234"        }      ]    }  }]