Event | Description | Type |
---|---|---|
ionTabsDidChange |
Emitted when the navigation has finished transitioning to a new component. | CustomEvent<{ tab: string; }> |
ionTabsWillChange |
Emitted when the navigation is about to transition to a new component. | CustomEvent<{ tab: string; }> |
Get the currently selected tab.
Type: Promise<string>
Get a specific tab by the value of its tab
property or an element reference.
Type: Promise<any>
Select a tab by the value of its tab
property or an element reference.
Type: Promise<boolean>
Slot | Description |
---|---|
Content is placed between the named slots if provided without a slot. | |
"bottom" |
Content is placed at the bottom of the screen. |
"top" |
Content is placed at the top of the screen. |
graph TD;
al-control-panel --> al-tabs
style al-tabs fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS