Enum ChipListLayout
칩목록레이아웃
ChipList
의 레이아웃을 지정하는 enum입니다.
기본값은 WRAPPED
입니다. 가로 공간이 충분하지 않으면 칩이 다음 줄로 넘어갑니다. HORIZONTAL_SCROLLABLE
칩이 사용 가능한 공간에 맞지 않으면 가로로 스크롤됩니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다. 예를 들면
CardService.ChipListLayout.WRAPPED
입니다.
속성
속성 | 유형 | 설명 |
WRAPPED | Enum | 가로 공간이 충분하지 않으면 칩 목록이 다음 줄로 넘어갑니다. 기본값입니다. |
HORIZONTAL_SCROLLABLE | Enum | 칩이 사용 가능한 공간에 맞지 않으면 가로로 스크롤됩니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-02(UTC)
[null,null,["최종 업데이트: 2024-12-02(UTC)"],[[["`ChipListLayout` is an enum used to define the layout of a `ChipList` within Google Apps Script's Card Service."],["It offers two layout options: `WRAPPED` (default) where chips wrap to the next line when space is limited, and `HORIZONTAL_SCROLLABLE` where chips scroll horizontally if they exceed the available space."],["To use these options, call the enum through its parent class and property, like `CardService.ChipListLayout.WRAPPED`."]]],[]]