columns property

List<LabelValue>? columns
getter/setter pair

A list of labels and values.

These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.

Implementation

core.List<LabelValue>? columns;