mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 06:22:45 +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;
|
name?: string;
|
||||||
segment?: string;
|
segment?: string;
|
||||||
defaultHistory?: string[];
|
defaultHistory?: string[];
|
||||||
|
priority?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user