WRAPPED es la opción predeterminada; los chips se unen a la línea siguiente si no hay suficiente espacio horizontal. Los chips HORIZONTAL_SCROLLABLE se desplazan horizontalmente si no caben en el espacio disponible.
Para llamar a una enumeración, debes llamar a su clase superior, nombre y propiedad. Por ejemplo,
CardService.ChipListLayout.WRAPPED.
Propiedades
Propiedad
Tipo
Descripción
WRAPPED
Enum
La lista de chips se une a la siguiente línea si no hay suficiente espacio horizontal. Predeterminado.
HORIZONTAL_SCROLLABLE
Enum
Los chips se desplazan horizontalmente si no caben en el espacio disponible.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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`."]]],[]]