ion-tab-button

Defines a Tab Button component.

A Tab Button has to be inserted in a Tab Bar component.
It is associated to a page you can specify through its properties.

Note: Make sure the page you associate contains a Content or <ion-content> to make it work properly in a Tab Button.
For more information: Tab Button.

Name Description
Disabled If true the component will be disabled, preventing the the user from changing the value.
Layout Set the layout of the text and icon in the tab bar. It defaults to ‘icon-top’.
Link URL Specifies the URL or the URL fragment to navigate to or be downloaded.
Link filename This property instructs browsers to download a URL instead of navigating to it, so the user will be prompted to save it as a local file. If the property has a value, it is used as the pre-filled file name in the Save prompt (the user can still change the file name if they want).
Link relationship Specifies the relationship of the target object to the URL. The value is a space-separated list of HTML link types.
Link target Specifies where to display the URL.
Mode Specifies ionic mode.
Selected If set to ‘true’ this tab button will be selected.
Comment Describes the object comment to include in the documentation report. This property generally contains an explanation about the object.
Identifier Defines the component identifier.
Is active Defines whether the component is active.
Page Defines the associated page.