ENUM

OnsiteNotificationRenderStyle

Used to determine how to render the onsite notification.

link GraphQL Schema definition

1enum OnsiteNotificationRenderStyle {
2
3# The default render style with no buttons and a single click CTA.
4DEFAULT
5
6# Rendered with two CTA buttons.
7TWO_BUTTONS
8}