Skip to main content

IAddItemsCommandArgs

Interfaces

IAddItemsCommandArgs

Type Parameters

Type Parameter
TSurface
TContainer
TItem
TGroupItem

Properties

createCloneName?
optional createCloneName?: boolean;
ignoreCanvasRotate?
optional ignoreCanvasRotate?: boolean;
ignoreOrderRules?
optional ignoreOrderRules?: boolean;
index?
optional index?: number;
items
items: TItem[];
orderIndex?
optional orderIndex?: number;
selectOnCanvas?
optional selectOnCanvas?: boolean;
surface?
optional surface?: TSurface;
targetContainer?
optional targetContainer?: TContainer;
targetGroupItem?
optional targetGroupItem?: TGroupItem;
Was this page helpful?