Share via


ComputerActionDrag.Path Property

Definition

An array of coordinates representing the path of the drag action. Coordinates will appear as an array of objects, eg

[
  { x: 100, y: 200 },
  { x: 200, y: 300 }
]
public System.Collections.Generic.IList<Azure.AI.AgentServer.Contracts.Generated.OpenAI.Coordinate> Path { get; }
member this.Path : System.Collections.Generic.IList<Azure.AI.AgentServer.Contracts.Generated.OpenAI.Coordinate>
Public ReadOnly Property Path As IList(Of Coordinate)

Property Value

Applies to