フィラー

スペースを作るためのコンポーネントです。

ボックス内の任意の位置に挿入して、コンポーネントの間にスペースを作ることができます。

Request Content {#filler-request-parameter}

パラメータタイプ説明
typestring"filler"
required
flexnumber親要素内における、このコンポーネントの幅または高さの比率
詳しくは、レイアウト > コンポーネントの幅と高さ を参照してください。

※ フィラーでは親要素の spacing プロパティが無視されます。

Request Example {#filler-request-example}

{  "type": "bubble",  "body": {    "type": "box",    "layout": "horizontal",    "contents": [      {        "type": "image",        "url": "https://developers.worksmobile.com/image/jp/bot/message_type/LINEWORKS02.png",        "aspectMode": "cover"      },      {        "type": "filler"      },      {        "type": "image",        "url": "https://developers.worksmobile.com/image/jp/bot/message_type/LINEWORKS02.png",        "aspectMode": "cover"      }    ]  }}