Home > @jsplumbtoolkit/core > AbstractLayout > _getRandomPosition
AbstractLayout._getRandomPosition() method
Signature:
protected _getRandomPosition(id: string, w?: number, h?: number, doNotCalculateExtents?: boolean): PointXY;
Parameters
| Parameter | Type | Description |
|---|---|---|
| id | string | |
| w | number | |
| h | number | |
| doNotCalculateExtents | boolean |
Returns:
PointXY