Documentation / @expofp/schema / FpRect
Type Alias: FpRect
ts
type FpRect = object;A min/max rectangle in the legacy core/Rect shape.
Type Declaration
Index Signature
ts
[key: string]: unknownangle?
ts
optional angle?: number;Rotation — present on layer viewboxes.
x1
ts
x1: number;x2
ts
x2: number;y1
ts
y1: number;y2
ts
y2: number;