Skip to content

AbstractSearchComponent.onShiftEnter method

AbstractSearchComponent › onShiftEnter

Unofficial

Invokes findPrevious.

Signature:

onShiftEnter(event: KeyboardEvent): unknown

Parameters:

ParameterTypeDescription
eventKeyboardEventThe keyboard event that triggered the action.

Returns: unknownThe result of the shift-enter action.