IDeleteItemsCommandArgs
Interfaces
IDeleteItemsCommandArgs
Type Parameters
| Type Parameter |
|---|
TItem |
Properties
autoParentGroupDelete?
optional autoParentGroupDelete?: boolean;
autoUngroup?
optional autoUngroup?: boolean;
force?
optional force?: boolean;
items?
optional items?: TItem[];
query?
optional query?: string;
queryOptions?
optional queryOptions?: IQueryOptions;