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.
- PanDirection :
- # Reset the pan direction to it's default.
- Boolean :
- }