How can I help you?
RenameEventArgs
6 Feb 20261 minute to read
Interface for Rename event arguments.
Properties
cancel boolean
Defines whether to cancel the rename operation.
itemData { [key: string]: Object }[]
Returns the data of the renamed item.
newName string
Return the new name to be set for the item.
path string
Specifies the current folder path.