â–¸ hideHomeButton(options?): Promise<{}>
description Hide Back HomeButton.When the bottom page of the mini program opened by the user
is not the homepage, the "Back to Homepage" button is displayed by default. Developers can use
hideHomeButton in the onShow/componentDidShow page to hide HomeButton.
example
Code
Parameters
| Name | Type |
|---|---|
options? | CmdHideHomeButtonOptions |
Returns
Promise<{}>
Interface: CmdHideHomeButtonOptions
| Name | Type | Description |
|---|---|---|
| rendererId | number |
Was this page helpful?
Last modified on