Interface ICreateItemCommandArgs
Package: @aurigma/design-atoms-interfaces
Properties
itemData
Declaration
itemData?: IItemData;
Property Value
Type | Description |
---|---|
IItemData |
relativeToPrintArea
Declaration
relativeToPrintArea?: boolean;
Property Value
Type | Description |
---|---|
boolean |
type
Declaration
type: ItemType;
Property Value
Type | Description |
---|---|
ItemType |