Home > SCH_Document > navigateToCoordinates
SCH_Document.navigateToCoordinates() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Locate to canvas coordinate
Signature
typescript
function navigateToCoordinates(x: number, y: number): Promise<boolean>;1
Parameters
Parameter | Type | Description |
|---|---|---|
x | number | X coordinate |
y | number | Y coordinate |
Returns
Promise<boolean>
Whether the operation is successful
Remarks
This API positions on the front-end canvas to the specified coordinate;
The unit span here is 0.01inch ADD since EDA v4.2