mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 02:54:11 +08:00
fix(core): navigatingToEvent allows access to resolvedPage now (#9954)
BREAKING CHANGE: When using `navigatingToEvent` event.entry, the `backstackEntry` object is now returned which has an `entry` property on it if you still need it.
This commit is contained in:

committed by
Nathan Walker

parent
f49e412660
commit
38142a6aeb
@ -427,8 +427,8 @@ export class FrameBase extends CustomLayoutView {
|
|||||||
eventName: Page.navigatingToEvent,
|
eventName: Page.navigatingToEvent,
|
||||||
object: this,
|
object: this,
|
||||||
isBack,
|
isBack,
|
||||||
entry: backstackEntry.entry,
|
entry: backstackEntry,
|
||||||
fromEntry: this.currentEntry,
|
fromEntry: this._currentEntry,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user