Back to Website
Show / Hide Table of Contents

Class SelectItemsCommand

Inheritance
BaseCommand<ISelectItemsCommandArgs, void>
SelectItemsCommand
Package: @aurigma/design-atoms

Constructors

(constructor)(_productHandler, args, _canvas)

Constructs a new instance of the SelectItemsCommand class

Declaration
constructor(_productHandler: ProductHandler, args: ISelectItemsCommandArgs, _canvas?: Canvas);
Parameters
Type Name Description
ProductHandler _productHandler
ISelectItemsCommandArgs args
Canvas _canvas

Properties

lastSelectedItem

Declaration
lastSelectedItem: Item;
Property Value
Type Description
Item

Methods

_getTargetItems(items, query, queryOptions)

Declaration
protected _getTargetItems(items?: Item[], query?: string, queryOptions?: IQueryOptions): Item[];
Parameters
Type Name Description
Item[] items
string query
IQueryOptions queryOptions
Returns
Type Description
Item[]

execute()

Declaration
execute(): Promise<void>;
Returns
Type Description
Promise<void>
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback