SuggestModalChooser.shouldSelectOnHover method
SuggestModalChooser › shouldSelectOnHover
Unofficial
Set whether hovering a suggestion selects it.Signature:
shouldSelectOnHover(value: boolean): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | Whether hovering should select. |
Returns: this — The chooser instance, for chaining off the constructor.