Interface IObjectDeleteEventPayload

The object (file or folder) delete event payload interface.

interface IObjectDeleteEventPayload {
    name: string;
    path: string;
    pathName: string;
}

Properties

Properties

name: string

The name of the object.

path: string

The path of the object.

pathName: string

The path name of the object (a combination of the path and the name).

Generated using TypeDoc