Returns the class of the slide component.
let class = this.slide.cssClass;
Gets/sets the target direction
for the slide.
<igx-carousel>
<igx-slide direction="NEXT"></igx-slide>
<igx-carousel>
Gets/sets the index
of the slide inside the carousel.
<igx-carousel>
<igx-slide index="1"></igx-slide>
<igx-carousel>
Returns the role
of the slide component.
By default is set to tabpanel
A slide component that usually holds an image and/or a caption text. IgxSlideComponent is usually a child component of an IgxCarouselComponent.
Export