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]: unknownangle?
ts
optional angle?: number;height
ts
height: number;width
ts
width: number;x
ts
x: number;y
ts
y: number;