The object store move payload interface.

interface IMovePayload {
    action: Move;
    newPath: string;
    path: string;
}

Properties

Properties

action: Move

The object store payload action.

newPath: string

The new path of the object.

path: string

The path of the object.

Generated using TypeDoc