Interface IPlaceItemsToAreaCommandArgs
Package: @aurigma/design-atoms-interfaces
Properties
items
Declaration
items?: TItem[];
Property Value
| Type | Description |
|---|---|
| TItem[] |
itemsRect
Declaration
itemsRect?: TRectangleF;
Property Value
| Type | Description |
|---|---|
| TRectangleF |
query
Declaration
query?: string;
Property Value
| Type | Description |
|---|---|
| string |
queryOptions
Declaration
queryOptions?: IQueryOptions;
Property Value
| Type | Description |
|---|---|
| IQueryOptions |
rect
Declaration
rect: TRectangleF;
Property Value
| Type | Description |
|---|---|
| TRectangleF |