Angular FileManager - ItemRenamingEvent

The type of the itemRenaming event handler's argument.

import { DxFileManagerTypes } from "devextreme-angular/ui/file-manager"
Type: DxFileManagerTypes.ItemRenamingEvent

cancel

Type:

Boolean

|

Promise<void> (jQuery or native)

component

The UI component's instance.

Selector: dxo-component
Type:

FileManager

element

The UI component's container.

errorCode

Type:

Number

errorText

Type:

String

item

newName

Type:

String