Skip to main content

ITransformItemsCommandArgs

Interfaces

ITransformItemsCommandArgs

Type Parameters

Type Parameter
TItem
TMatrix

Properties

finished?
optional finished?: boolean;
items?
optional items?: TItem[];
matrix
matrix: TMatrix;
newAngle?
optional newAngle?: number;
query?
optional query?: string;
queryOptions?
optional queryOptions?: IQueryOptions;
Was this page helpful?