fields property

String? fields
getter/setter pair

The fields of OverlayPosition that should be updated when setting a new position.

Used only if newPosition.overlayPosition is set, in which case at least one field must be specified. The root newPosition.overlayPosition is implied and should not be specified. A single "*" can be used as short-hand for listing every field.

Implementation

core.String? fields;