Version: v7On this pageion-tabshadowタブコンポーネントは、tabs の子コンポーネントです。各タブには、アプリまたは単一のビューのトップレベルのナビゲーション スタックを含めることができます。アプリには多くのタブがあり、それぞれが独立したナビゲーションを持つことができます。note Note: このコンポーネントは、バニラまたはステンシルJavaScriptプロジェクトでのみ使用する必要があります。Angular、React、Vue のアプリでは、タブコンポーネントを宣言するために ion-tab を使用する必要はありません。詳しい設定方法は tabs documentation をご覧ください。プロパティcomponentDescriptionタブの内側に表示するコンポーネントです。AttributecomponentTypeFunction | HTMLElement | null | string | undefinedDefaultundefinedtabDescriptionA tab id must be provided for each ion-tab. It's used internally to reference the selected tab or by the router to switch between them.AttributetabTypestringDefaultundefinedイベントNo events available for this component.メソッドsetActiveDescriptionタブのアクティブコンポーネントを設定します。SignaturesetActive() => Promise<void>CSS Shadow PartsNo CSS shadow parts available for this component.CSSカスタムプロパティNo CSS custom properties available for this component.SlotsNo slots available for this component.