Skip to content

EditorSearchComponent.onAltEnter method

EditorSearchComponent › onAltEnter

Unofficial

Highlights all matches if search element focused.

Signature:

onAltEnter(e?: KeyboardEvent | undefined): void

Parameters:

Parameter Type Description
e? KeyboardEvent | undefined The keyboard event that triggered the action.

Returns: void