Filler

This component is used to create an empty space.

You can put space between, before, or after components by inserting a filler anywhere within a box.

Request {#filler-request-parameter}

ParameterTypeRequiredDescription
typestringYSet this parameter to filler.
flexnumberNThe proportion of the width or height of the component within the parent component. For more information, see Width and height of components.

※ The spacing property of the parent component will not apply to the filler.

Request example {#filler-request-example}

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