Skip to main content

IResizeItemsCommandArgs

Interfaces

IResizeItemsCommandArgs

Type Parameters

Type Parameter
TItem
TPointF

Properties

angle?
optional angle?: number;
finished?
optional finished?: boolean;
items?
optional items?: TItem[];
origin
origin: TPointF;
query?
optional query?: string;
queryOptions?
optional queryOptions?: IQueryOptions;
scaleX
scaleX: number;
scaleY
scaleY: number;
Was this page helpful?