Skip to content

FileExplorerView.onFileRenameInput method

FileExplorerView › onFileRenameInput

Unofficial

Handle input events in the file rename text field.

Signature:

onFileRenameInput(e: unknown): void

Parameters:

Parameter Type Description
e unknown The input event.

Returns: void