Skip to content

Documentation / @expofp/schema / FpViewbox

Type Alias: FpViewbox ​

ts
type FpViewbox = object;

__viewbox: the author-drawn initial view rectangle — the fit-to-screen reference, taking precedence over the drawing's own bounds.

Type Declaration ​

Index Signature ​

ts
[key: string]: unknown

angle? ​

ts
optional angle?: number;

height ​

ts
height: number;

width ​

ts
width: number;

x ​

ts
x: number;

y ​

ts
y: number;