Browse Source

Added comments for the new options

Michael Markowski 5 years ago
parent
commit
0b0a59cbce
1 changed files with 2 additions and 0 deletions
  1. 2 0
      index.js

+ 2 - 0
index.js

@@ -79,7 +79,9 @@ let defaultOptions = {
     keyframesDraggable: true,
     // Whether keyframes lanes draggable. Can be also configured by a lane property draggable
     keyframesLanesDraggable: true,
+    // Set this to true in a macos environment: The Meta key will be used instead of the Ctrl key.
     controlKeyIsMetaKey: false,
+    // Access the scroll container via this class for e.g. scrollbar styling.
     scrollContainerClass: 'scroll-container'
 }