Class: DatadogAPIClient::V1::SyntheticsMobileStepParamsDirection
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsMobileStepParamsDirection
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_mobile_step_params_direction.rb
Overview
The direction of the scroll for a scrollToElement
step type.
Constant Summary collapse
- UP =
"up".freeze
- DOWN =
"down".freeze
- LEFT =
"left".freeze
- RIGHT =
"right".freeze