Options
All
  • Public
  • Public/Protected
  • All
Menu

Carousel

Hierarchy

  • ICarousel

Index

Properties

cycle

cycle: () => void

Cycles through the carousel items from left to right.

Type declaration

    • (): void
    • Returns void

dispose

dispose: () => void

Disposes the carousel.

Type declaration

    • (): void
    • Returns void

el

el: Element

The element.

hide

hide: () => void

Hides the carousel.

Type declaration

    • (): void
    • Returns void

next

next: () => void

Cycles to the next item.

Type declaration

    • (): void
    • Returns void

pause

pause: () => void

Stops the carousel from cycling through items.

Type declaration

    • (): void
    • Returns void

previous

previous: () => void

Cycles to the previous item.

Type declaration

    • (): void
    • Returns void

show

show: () => void

Shows the carousel.

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc