Skip to content

FileExplorerView.onKeyRename method

FileExplorerView › onKeyRename

Unofficial

Called when the rename shortcut is pressed.

Signature:

onKeyRename(event: KeyboardEvent): void

Parameters:

Parameter Type Description
event KeyboardEvent The event triggered this function.

Returns: void