Traqula
    Preparing search index...

    Interface CopyMoveAddOperation

    interface CopyMoveAddOperation {
        destination: GraphOrDefault;
        silent: boolean;
        source: GraphOrDefault;
        type: "add" | "copy" | "move";
    }
    Index

    Properties

    destination: GraphOrDefault
    silent: boolean
    type: "add" | "copy" | "move"