Variable DragDropConst

DragDrop: {
    mounted: (() => void);
    props: {
        dataGenerator: {
            type: PropType<DataGeneratorFunction<ObjectData>>;
        };
        selector: {
            type: StringConstructor;
        };
        surfaceId: {
            default: string;
            type: StringConstructor;
        };
    };
} = ...

Component to assist in adding drag/drop of new nodes/groups. This uses the low level DragManager under the hood - for most applications you probably want the SurfaceDrop component instead.

Version :