items property

List<ExtendedValue>? items
getter/setter pair

The items in the source data that should be placed into this group.

Each item may be a string, number, or boolean. Items may appear in at most one group within a given ManualRule. Items that do not appear in any group will appear on their own.

Implementation

core.List<ExtendedValue>? items;