Add the force:appHostable
interface to a Lightning component to
allow it to be used as a custom tab in Lightning Experience or the Salesforce mobile
app.
Components that implement this interface can be used to create tabs in both Lightning Experience and the Salesforce app.
Example Component
The appHostable interface makes the
component available for use as a custom tab. It doesn’t require you to add anything else to the
component.