Pārlūkot izejas kodu

Added comments for the new options

Michael Markowski 5 gadi atpakaļ
vecāks
revīzija
0b0a59cbce
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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'
 }