Interface · Core and Composition
DropEvent
Normalized native drag-and-drop event.
@sharpts/gui 0.0.0-local · SharpTS 7c6010104a43Members
alt
readonly alt: booleanWhether Alt is pressed.
Type: boolean
ctrl
readonly ctrl: booleanWhether Control is pressed.
Type: boolean
effect
readonly effect: DropEffectDrag effect proposed by the native platform.
Type: DropEffect
files
readonly files: readonly string[]Local file paths carried by the drop.
Type: readonly string[]
meta
readonly meta: booleanWhether the platform meta key is pressed.
Type: boolean
shift
readonly shift: booleanWhether Shift is pressed.
Type: boolean
text
readonly text: string | nullText carried by the drop, when available.
Type: string | null
Related symbols
Source
SharpTS.Gui.Sdk/GuiPackage/runtime-types.ts:213 at SharpTS revision 7c6010104a43c34d80e9d44704cf179bc4f5b8e0.