Results of fetching and copying an item.

interface ICopyResults {
    copiedToDestination?: boolean;
    fetchedFromSource: boolean;
}

Hierarchy (view full)

Properties

copiedToDestination?: boolean

Status of copying item to destination; undefined if fetchedFromSource is false

fetchedFromSource: boolean

Status of fetching item from source