画像添付ボタン

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

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

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

attachments {#component-value-attachments}

属性タイプ説明
fileIdstringファイル ID
fileNamestringファイル名

Response Example {#component-data-example}

[  {    "componentType": "CP_IMG",    "componentName": "画像添付ボタン",    "componentId": "80c42a27-1234-1234-1234",    "componentCustomId": "custom-id-001",    "componentLabel": "帳票写真",    "componentValue": {      "attachments": [        {          "fileId": "80c42a27-1234-1234-1234",          "fileName": "image.png"        }      ]    }  }]