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): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| e? | KeyboardEvent | undefined | The keyboard event that triggered the action. |
Returns: void