Interface ITransformItemsCommandArgs
Package: @aurigma/design-atoms-interfaces
Properties
finished
Declaration
finished?: boolean;
Property Value
Type | Description |
---|---|
boolean |
items
Declaration
items?: TItem[];
Property Value
Type | Description |
---|---|
TItem[] |
matrix
Declaration
matrix: TMatrix;
Property Value
Type | Description |
---|---|
TMatrix |
newAngle
Declaration
newAngle?: number;
Property Value
Type | Description |
---|---|
number |
query
Declaration
query?: string;
Property Value
Type | Description |
---|---|
string |
queryOptions
Declaration
queryOptions?: IQueryOptions;
Property Value
Type | Description |
---|---|
IQueryOptions |