WRAPPED è il valore predefinito; i chip vanno a capo nella riga successiva se non c'è abbastanza spazio orizzontale. I chip HORIZONTAL_SCROLLABLE scorrono orizzontalmente se non si adattano allo spazio disponibile.
Per chiamare un enum, devi chiamare la relativa classe, il nome e la proprietà di base. Ad esempio,
CardService.ChipListLayout.WRAPPED.
Proprietà
Proprietà
Tipo
Descrizione
WRAPPED
Enum
L'elenco dei chip viene a capo nella riga successiva se non c'è spazio orizzontale sufficiente. Predefinita.
HORIZONTAL_SCROLLABLE
Enum
I chip scorrono orizzontalmente se non rientrano nello spazio disponibile.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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`."]]],[]]