columns property
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;
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.
core.List<LabelValue>? columns;