Kaynağa Gözat

Add a comment.

Naotoshi Fujita 2 yıl önce
ebeveyn
işleme
cbedb41591
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      src/js/types/options.ts

+ 5 - 0
src/js/types/options.ts

@@ -183,6 +183,11 @@ export interface Options extends ResponsiveOptions {
    */
   live?: boolean;
 
+  /**
+   * If `true` and the `focus` option is available:
+   * - Disables the next arrow when a carousel reaches the last page even if the active slide is not the last slide.
+   * - Omits redundant pagination dots which just change the active slide and do not move a carousel.
+   */
   compact?: boolean;
 
   /**