nodeguy/website/docs/api/generated/enums/dropaction.md
Atul R 392aa3cd4c
Adds automatic docs for now (#308)
* adds basic typedoc

* backup

* Adds all docs to source code

* Adds autogenerated docs

* Fixes doc links

* Updates docs
2019-12-29 00:42:06 +05:30

53 lines
694 B
Markdown

---
id: "dropaction"
title: "DropAction"
sidebar_label: "DropAction"
---
## Index
### Enumeration members
* [ActionMask](dropaction.md#actionmask)
* [CopyAction](dropaction.md#copyaction)
* [IgnoreAction](dropaction.md#ignoreaction)
* [LinkAction](dropaction.md#linkaction)
* [MoveAction](dropaction.md#moveaction)
* [TargetMoveAction](dropaction.md#targetmoveaction)
## Enumeration members
### ActionMask
**ActionMask**: = 255
___
### CopyAction
**CopyAction**: = 1
___
### IgnoreAction
**IgnoreAction**: = 0
___
### LinkAction
**LinkAction**: = 4
___
### MoveAction
**MoveAction**: = 2
___
### TargetMoveAction
**TargetMoveAction**: = 32770