Class SyntheticsMobileStepParamsElementRelativePosition

Position of the action relative to the element.

Hierarchy

  • SyntheticsMobileStepParamsElementRelativePosition

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
x?: number

The relativePosition on the x axis for the element.

y?: number

The relativePosition on the y axis for the element.

Generated using TypeDoc