Enum ChipListLayout
チップリスト レイアウトChipList
のレイアウトを指定する列挙型。
WRAPPED
はデフォルトです。水平方向のスペースが足りない場合、チップは次の行に折り返されます。HORIZONTAL_SCROLLABLE
チップは、使用可能なスペースに収まらない場合は水平方向にスクロールします。
列挙型を呼び出すには、その親クラス、名前、プロパティを呼び出します。たとえば、
CardService.ChipListLayout.WRAPPED
です。
プロパティ
プロパティ | タイプ | 説明 |
WRAPPED | Enum | 水平方向のスペースが十分でない場合、チップリストは次の行に折り返されます。デフォルトです。 |
HORIZONTAL_SCROLLABLE | Enum | チップが使用可能なスペースに収まらない場合は、水平方向にスクロールします。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は 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`."]]],[]]