Version: v6On this pageion-tabshadowThe tab component is a child component of tabs. Each tab can contain a top level navigation stack for an app or a single view. An app can have many tabs, all with their own independent navigation.noteNote: 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-tab to declare your tab components.See the tabs documentation for more details on configuring tabs.PropertiescomponentDescriptionタブの内側に表示するコンポーネントです。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.AttributetabTypestringDefaultundefinedEventsNo events available for this component.MethodssetActiveDescriptionタブのアクティブコンポーネントを設定します。SignaturesetActive() => Promise<void>CSS Shadow PartsNo CSS shadow parts available for this component.CSS Custom PropertiesNo CSS custom properties available for this component.SlotsNo slots available for this component.