ion-tab
Tabコンポーネントは、
Note: This component should only be used with vanilla or Stencil JavaScript projects. For Angular, React, and Vue apps you do not need to use
ion-tabto declare your tab components.
Tabの設定の詳細については、
プロパティ
component | |
|---|---|
| Description | The component to display inside of the tab. |
| Attribute | component |
| Type | Function | HTMLElement | null | string | undefined |
tab | |
| Description | A tab id must be provided for each |
| Attribute | tab |
| Type | string |
メソッド
setActive | |
|---|---|
| Description | Set the active component for the tab |
| Signature | setActive() => Promise<void> |

