Interface ISetImageItemCommandArgs
Package: @aurigma/design-atoms-interfaces
Properties
dpi
Declaration
dpi?: number;
Property Value
| Type | Description |
|---|---|
| number |
item
Declaration
item: TImageItem;
Property Value
| Type | Description |
|---|---|
| TImageItem |
keepLocation
Declaration
keepLocation?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean |
targetItem
Declaration
targetItem: TImageItem | TPlaceholderItem;
Property Value
| Type | Description |
|---|---|
| TImageItem | TPlaceholderItem |