INPUT_OBJECT

PanDirectionOverride

Override the default pan direction for a tour.

@internal

link GraphQL Schema definition

  • input PanDirectionOverride {
  • # Set the pan direction to a specific value.
  • set: PanDirection
  • # Reset the pan direction to it's default.
  • resetToDefault: Boolean
  • }