Enum ChipListLayout
条状标签列表布局
用于指定 ChipList
布局的枚举。
WRAPPED
是默认值;如果水平空间不足,条状标签会换行。如果 HORIZONTAL_SCROLLABLE
条状标签无法放入可用空间,则会水平滚动。
如需调用枚举,您可以调用其父类、名称和属性。例如
CardService.ChipListLayout.WRAPPED
。
属性
属性 | 类型 | 说明 |
WRAPPED | Enum | 如果横向空间不足,条状标签列表会换行到下一行。默认。 |
HORIZONTAL_SCROLLABLE | Enum | 如果条状标签无法放入可用空间,则会水平滚动。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-02。
[null,null,["最后更新时间 (UTC):2024-12-02。"],[[["`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`."]]],[]]