mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
feat(navigation): add optional priority to deep link config
add optional priority to deep link config
This commit is contained in:
@ -112,6 +112,7 @@ export interface DeepLinkMetadataType {
|
||||
name?: string;
|
||||
segment?: string;
|
||||
defaultHistory?: string[];
|
||||
priority?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user