スライド コンポーネントのクラスを返します。
let class = this.slide.cssClass;
IgxSlideComponent
スライドの対象 direction
を取得または設定します。
<igx-carousel>
<igx-slide direction="NEXT"></igx-slide>
<igx-carousel>
IgxSlideComponent
カルーセル内のスライドの index
を取得または設定します。
<igx-carousel>
<igx-slide index = "1"></igx-slide>
<igx-carousel>
IgxSlideComponent
スライド コンポーネントの role
を返します
デフォルトの設定は tabpanel
です。
IgxSlideComponent
スライドの active
状態を取得または設定します。
<igx-carousel>
<igx-slide [active] ="false"></igx-slide>
<igx-carousel>
双方向データ バインディング。
<igx-carousel>
<igx-slide [(active)] ="model.isActive"></igx-slide>
<igx-carousel>
IgxSlideComponent
DOM でカルーセル要素への参照を返します。
let nativeElement = this.slide.nativeElement;
IgxSlideComponent
スライド コンポーネントの tabIndex
を返します。
let tabIndex = this.carousel.tabIndex;
IgxSlideComponent
画像またはキャプション テキストを含むスライド コンポーネント。 IgxSlideComponent は通常 IgxCarouselComponent の子コンポーネントです。
Export