fields property

String? fields
getter/setter pair

The fields that should be updated.

At least one field must be specified. The root section_style is implied and must not be specified. A single "*" can be used as short-hand for listing every field. For example to update the left margin, set fields to "margin_left".

Implementation

core.String? fields;