Interface IInsertItemsIntoAreaCommandArgs
Package: @aurigma/design-atoms-interfaces
Properties
items
Declaration
items: TItem[];
Property Value
| Type | Description |
|---|---|
| TItem[] |
selectOnCanvas
Declaration
selectOnCanvas?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean |
sourceHeight
Declaration
sourceHeight: number;
Property Value
| Type | Description |
|---|---|
| number |
sourceWidth
Declaration
sourceWidth: number;
Property Value
| Type | Description |
|---|---|
| number |