Interface IGroupItemsCommandArgs
Package: @aurigma/design-atoms-interfaces
Properties
asLayoutItem
Declaration
asLayoutItem?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean |
items
Declaration
items?: TItem[];
Property Value
| Type | Description |
|---|---|
| TItem[] |
name
Declaration
name?: string;
Property Value
| Type | Description |
|---|---|
| string |
query
Declaration
query?: string;
Property Value
| Type | Description |
|---|---|
| string |
queryOptions
Declaration
queryOptions?: IQueryOptions;
Property Value
| Type | Description |
|---|---|
| IQueryOptions |