Skip to main content

IResizeArgs

Interfaces

IResizeArgs

Type Parameters

Type Parameter
TProduct
TSurface
TItem
TPrintArea

Properties

containerOptions?
optional containerOptions?: object;
Index Signature
[key: string]: IContainerResizeOptions
defaultOptions?
optional defaultOptions?: IContainerResizeOptions;
height
height: string | number;
target
target: TProduct | TPrintArea | TSurface[] | TItem[];
width
width: string | number;
Was this page helpful?