Interface ISelectItemsCommandArgs
Package: @aurigma/design-atoms-interfaces
Properties
items
Declaration
items?: TItem[];
Property Value
Type | Description |
---|---|
TItem[] |
multiSelectMode
Declaration
multiSelectMode?: MultiSelectMode;
Property Value
Type | Description |
---|---|
MultiSelectMode |
query
Declaration
query?: string;
Property Value
Type | Description |
---|---|
string |
queryOptions
Declaration
queryOptions?: IQueryOptions;
Property Value
Type | Description |
---|---|
IQueryOptions |