mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(back-button): add 'backButtonDefaultHref' property to Ionic Config (#20491)
closes #19305 Co-authored-by: Brandy Carney <brandy@ionic.io>
This commit is contained in:
@@ -40,6 +40,11 @@ export interface IonicConfig {
|
||||
*/
|
||||
backButtonText?: string;
|
||||
|
||||
/**
|
||||
* Overrides the default defaultHref in all `<ion-back-button>` components.
|
||||
*/
|
||||
backButtonDefaultHref?: string;
|
||||
|
||||
/**
|
||||
* Overrides the default icon in all `<ion-menu-button>` components.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user