Skip to content

EditorSearchComponent.onModAltEnter method

EditorSearchComponent › onModAltEnter

Unofficial

Replace all search results with specified text if replace mode and replacement element is focused.

Signature:

onModAltEnter(e?: KeyboardEvent | undefined): void

Parameters:

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

Returns: void