Skip to content

Function: getBoxCenter()

ts
function getBoxCenter<T>(t): object;

Type Parameters

T

T extends Annotation

Parameters

t

T

Returns

object

x

ts
x: number;

y

ts
y: number;