Skip to content

FileExplorerView.onCreateNewFolderClick method

FileExplorerView › onCreateNewFolderClick

Unofficial

Is called when on the new folder icon is clicked. Call createAbstractFile().

Signature:

onCreateNewFolderClick(event: MouseEvent): Promise<void>

Parameters:

Parameter Type Description
event MouseEvent The MouseEvent which triggered this function.

Returns: Promise<void>A promise that resolves when the folder is created.