Search results

MoveEventArgs API in Angular FileManager API component

Interface for Move event arguments.

Properties

cancel

boolean

Defines whether to cancel the moving of folder from current path.

isCopy

boolean

Defines whether the current action is copy.

itemData

{ : }[]

Returns the data of the moved item.

path

string

Specifies the current folder path.

targetData

{ : }

Returns the data of the target folder to which the file or folder is to be pasted.

targetPath

string

Specifies the target folder path to which the item is pasted.