ion-tab
Properties
component
Description | タブの内側に表示するコンポーネントです。 |
Attribute | component |
Type | Function | HTMLElement | null | string | undefined |
Default | undefined |
tab
Description | 各 ion-tab にはタブ ID を指定する必要があります。これは、選択されたタブを参照したり、ルータがタブを切り替えたりするために内部的に使用される。 |
Attribute | tab |
Type | string |
Default | undefined |
Methods
setActive
Description | タブのアクティブコンポーネントを設定します。 |
Signature | setActive() => Promise<void> |