Options
All
  • Public
  • Public/Protected
  • All
Menu

@lumino/dragdrop - v1.14.5

Index

Classes

Interfaces

Type aliases

Type aliases

DropAction

DropAction: "none" | "copy" | "link" | "move"

A type alias which defines the possible independent drop actions.

deprecated

This type will be renamed Drag.DropAction in @lumino/dragdrop@^2.0.0

SupportedActions

SupportedActions: DropAction | "copy-link" | "copy-move" | "link-move" | "all"

A type alias which defines the possible supported drop actions.

deprecated

This type will be renamed Drag.SupportedActions in @lumino/dragdrop@^2.0.0

Generated using TypeDoc