aboutsummaryrefslogtreecommitdiffstats
path: root/build/interaction.json
diff options
context:
space:
mode:
Diffstat (limited to 'build/interaction.json')
-rw-r--r--build/interaction.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/build/interaction.json b/build/interaction.json
new file mode 100644
index 000000000..d964c4ac3
--- /dev/null
+++ b/build/interaction.json
@@ -0,0 +1,36 @@
+{
+ "draggable": {
+ "description": "Enables dragging functionality for any element.",
+ "keywords": [
+ "drag",
+ "drop"
+ ]
+ },
+ "droppable": {
+ "dependencies": [ "draggable" ],
+ "description": "Enables drop targets for draggable elements.",
+ "keywords": [
+ "drag",
+ "drop"
+ ]
+ },
+ "resizable": {
+ "description": "Enables resize functionality for any element.",
+ "keywords": [
+ "resize"
+ ]
+ },
+ "selectable": {
+ "description": "Allows groups of elements to be selected with the mouse.",
+ "keywords": [
+ "selection"
+ ]
+ },
+ "sortable": {
+ "description": "Enables items in a list to be sorted using the mouse.",
+ "keywords": [
+ "sort",
+ "list"
+ ]
+ }
+} \ No newline at end of file