Interface IRotateItemsCommandArgs
Package: @aurigma/design-atoms-interfaces
Properties
angle
Declaration
angle: number;
Property Value
Type | Description |
---|---|
number |
finished
Declaration
finished?: boolean;
Property Value
Type | Description |
---|---|
boolean |
items
Declaration
items?: TItem[];
Property Value
Type | Description |
---|---|
TItem[] |
origin
Declaration
origin: TPointF;
Property Value
Type | Description |
---|---|
TPointF |
query
Declaration
query?: string;
Property Value
Type | Description |
---|---|
string |
queryOptions
Declaration
queryOptions?: IQueryOptions;
Property Value
Type | Description |
---|---|
IQueryOptions |