Interface IExternalResizeArgs
Properties
containerOptions
Declaration
containerOptions?: {
[key: string]: IContainerResizeOptions;
};
Property Value
defaultOptions
Declaration
defaultOptions?: IContainerResizeOptions;
Property Value
height
Declaration
Property Value
| Type |
Description |
| number | string |
|
targetIds
Declaration
Property Value
| Type |
Description |
| string[] |
|
targetType
Declaration
targetType: "product" | "surfaces" | "items" | "printArea";
Property Value
| Type |
Description |
| "product" | "surfaces" | "items" | "printArea" |
|
width
Declaration
Property Value
| Type |
Description |
| number | string |
|