メインコンテンツまでスキップ
バージョン: v8

ion-tab

shadow

Properties

component

Descriptionタブの内側に表示するコンポーネントです。
Attributecomponent
TypeFunction | HTMLElement | null | string | undefined
Defaultundefined

tab

Descriptionion-tab にはタブ ID を指定する必要があります。これは、選択されたタブを参照したり、ルータがタブを切り替えたりするために内部的に使用される。
Attributetab
Typestring
Defaultundefined

Methods

setActive

Descriptionタブのアクティブコンポーネントを設定します。
SignaturesetActive() => Promise<void>