Interface IResizeArgs
Properties
containerOptions
Declaration
containerOptions?: {
[key: string]: IContainerResizeOptions;
};
Property Value
| Type |
Description |
| {
[key: string]: IContainerResizeOptions;
} |
|
defaultOptions
Declaration
defaultOptions?: IContainerResizeOptions;
Property Value
| Type |
Description |
| IContainerResizeOptions |
|
height
Declaration
Property Value
| Type |
Description |
| number | string |
|
target
Declaration
target: TProduct | TSurface[] | TItem[] | TPrintArea;
Property Value
| Type |
Description |
| TProduct | TSurface[] | TItem[] | TPrintArea |
|
width
Declaration
Property Value
| Type |
Description |
| number | string |
|