Version:
function

randomPointIn

typescript
randomPointIn(target: Region | Promise<Region>): Promise<Point>

Parameters

NameTypeDescription
targetRegion | Promise<Region>the random has to be within

Returns

Promise<Point>

Was this page helpful?