Interface IDeleteItemsCommandArgs
Package: @aurigma/design-atoms-interfaces
Properties
autoParentGroupDelete
Declaration
autoParentGroupDelete?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean |
autoUngroup
Declaration
autoUngroup?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean |
force
Declaration
force?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean |
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 |