Interface IEditItemsCommandArgs
Package: @aurigma/design-atoms-interfaces
Properties
applyParams
Declaration
applyParams?: IApplyParams;
Property Value
| Type | Description |
|---|---|
| IApplyParams |
itemData
Declaration
itemData: IItemData;
Property Value
| Type | Description |
|---|---|
| IItemData |
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 |
type
Declaration
type?: {
new (): TItem;
};
Property Value
| Type | Description |
|---|---|
| { new (): TItem; } |