- Preparing search index...
- The search index is not available
neuroglancer
Function getDropEffectFromModifiers
- getDropEffectFromModifiers<DropEffect>(event: DragEvent, defaultDropEffect: DropEffect, moveAllowed: boolean): {
dropEffect: DropEffect | "move" | "copy";
dropEffectMessage: string;
}
-
Type Parameters
-
DropEffect extends string
Parameters
-
-
defaultDropEffect: DropEffect
-
moveAllowed: boolean
Returns {
dropEffect: DropEffect | "move" | "copy";
dropEffectMessage: string;
}
-
dropEffect: DropEffect | "move" | "copy"
-
dropEffectMessage: string