interface IPositionFromSizeParams {
    position?: Partial<ICoordinates>;
    size: IDimension;
}

Properties

Properties

position?: Partial<ICoordinates>

the position to use for calculating the exact position

the size to use for calculating the position