Interface IAlignItemsCommandArgs
Package: @aurigma/design-atoms-interfaces
Properties
align
Declaration
align: AlignType;
Property Value
Type | Description |
---|---|
AlignType |
items
Declaration
items?: TItem[];
Property Value
Type | Description |
---|---|
TItem[] |
query
Declaration
query?: string;
Property Value
Type | Description |
---|---|
string |
queryOptions
Declaration
queryOptions?: IQueryOptions;
Property Value
Type | Description |
---|---|
IQueryOptions |
target
Declaration
target: AlignTargetType;
Property Value
Type | Description |
---|---|
AlignTargetType |
targetPrintArea
Declaration
targetPrintArea?: TPrintArea;
Property Value
Type | Description |
---|---|
TPrintArea |
targetSafeArea
Declaration
targetSafeArea?: TSafetyLine;
Property Value
Type | Description |
---|---|
TSafetyLine |