UNPKG

@aurigma/design-atoms-interfaces

Version:

13 lines (12 loc) 367 B
export interface IAddItemsCommandArgs<TSurface, TContainer, TItem, TGroupItem> { items: TItem[]; surface?: TSurface; targetContainer?: TContainer; selectOnCanvas?: boolean; index?: number; orderIndex?: number; ignoreOrderRules?: boolean; ignoreCanvasRotate?: boolean; createCloneName?: boolean; targetGroupItem?: TGroupItem; }