chipRuns property

List<ChipRun>? chipRuns
getter/setter pair

Runs of chips applied to subsections of the cell.

Properties of a run start at a specific index in the text and continue until the next run. When reading, all chipped and non-chipped runs are included. Non-chipped runs will have an empty Chip. When writing, only runs with chips are included. Runs containing chips are of length 1 and are represented in the user-entered text by an “@” placeholder symbol. New runs will overwrite any prior runs. Writing a new user_entered_value will erase previous runs.

Optional.

Implementation

core.List<ChipRun>? chipRuns;