widgetType property

String? widgetType
getter/setter pair

The type of the widget tool.

If not specified, the default type will be CUSTOMIZED.

Optional. Possible string values are:

  • "WIDGET_TYPE_UNSPECIFIED" : Unspecified widget type.
  • "CUSTOM" : Custom widget type.
  • "PRODUCT_CAROUSEL" : Product carousel widget.
  • "PRODUCT_DETAILS" : Product details widget.
  • "QUICK_ACTIONS" : Quick actions widget.
  • "PRODUCT_COMPARISON" : Product comparison widget.
  • "ADVANCED_PRODUCT_DETAILS" : Advanced product details widget.
  • "SHORT_FORM" : Short form widget.
  • "OVERALL_SATISFACTION" : Overall satisfaction widget.
  • "ORDER_SUMMARY" : Order summary widget.
  • "APPOINTMENT_DETAILS" : Appointment details widget.
  • "APPOINTMENT_SCHEDULER" : Appointment scheduler widget.
  • "CONTACT_FORM" : Contact form widget.

Implementation

core.String? widgetType;