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

| 파라미터 | 타입 | 필수 여부 | 설명 |
|---|---|---|---|
| type | string | Y | filler 로 고정. |
| flex | number | N | 상위 컴포넌트 내 해당 컴포넌트의 너비 또는 높이의 비율. 자세한 내용은 컴포넌트의 너비 및 높이를 참고한다. |
※ 상위 컴포넌트의 spacing 속성은 필러에 적용되지 않는다.
{ "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" } ] }}