mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(ios): improved handling for navigation events (#10757)
This commit is contained in:
committed by
GitHub
parent
1ef47301bf
commit
bca3452722
@@ -36,8 +36,10 @@ export interface NavigationEntry extends ViewEntry {
|
||||
}
|
||||
|
||||
export interface NavigationContext {
|
||||
entry: BackstackEntry;
|
||||
// TODO: remove isBackNavigation for NativeScript 7.0
|
||||
entry?: BackstackEntry;
|
||||
/**
|
||||
* @deprecated Use navigationType instead.
|
||||
*/
|
||||
isBackNavigation: boolean;
|
||||
navigationType: NavigationType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user