On this page
Properties

Type Alias PotpackBox

type PotpackBox = {
    h: number;
    w: number;
    x?: number;
    y?: number;
}
Index

Properties

h w x? y?

Properties

h: number

Box height.

w: number

Box width.

x?: number

X coordinate in the resulting container.

y?: number

Y coordinate in the resulting container.

Was this helpful?
SDK JS
Reference
PotpackBox