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;