Interface IResizeArgs
Package: @aurigma/design-atoms
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
height: number | string;
Property Value
| Type | Description |
|---|---|
| number | string |
target
Declaration
target: Product | Surface[] | Item[] | PrintArea;
Property Value
| Type | Description |
|---|---|
| Product | Surface[] | Item[] | PrintArea |
width
Declaration
width: number | string;
Property Value
| Type | Description |
|---|---|
| number | string |