Filler

필러(filler)는 빈 공간을 만드는 데 사용되는 컴포넌트이다.

박스 컴포넌트 내 원하는 위치에 필러를 삽입하여 컴포넌트 사이, 앞뒤에 공간을 만들 수 있다.

Request {#filler-request-parameter}

파라미터타입필수 여부설명
typestringYfiller 로 고정.
flexnumberN상위 컴포넌트 내 해당 컴포넌트의 너비 또는 높이의 비율. 자세한 내용은 컴포넌트의 너비 및 높이를 참고한다.

※ 상위 컴포넌트의 spacing 속성은 필러에 적용되지 않는다.

Request Example {#filler-request-example}

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