Skip to main content

Type Alias: SelectElement()

SelectElement: (elementUId) => Promise<void>

Select product as active. It will highlight it.

Parameters

elementUId: string

UId of product to select

Returns

Promise<void>