display property

String? display
getter/setter pair

The gadget's display mode.

Deprecated. Possible values are:

  • "icon" - The gadget displays next to the event's title in the calendar view.
  • "chip" - The gadget displays when the event is clicked.

Implementation

core.String? display;