Carousel Properties

Type Parameters

  • T = HTMLElement

Hierarchy

Properties

assignTo?: ((obj) => void)

Type declaration

    • (obj): void
    • Assigns the object to the input parameter.

      Parameters

      Returns void

className?: string

Custom class names.

el?: HTMLElement

The element to render the component to.

enableControls?: boolean
enableCrossfade?: boolean
enableIndicators?: boolean
id?: string
isDark?: boolean
items?: ICarouselItem<T>[]
onRendered?: ((el?, props?) => void)

Type declaration

    • (el?, props?): void
    • Parameters

      Returns void

onSlideRendered?: ((el?, props?) => void)

Type declaration

    • (el?, props?): void
    • Parameters

      • Optional el: HTMLElement
      • Optional props: ICarouselItem<HTMLElement>

      Returns void

Generated using TypeDoc