Optional
transitionOptional
popOptional
tabGets/sets child controllers of NavigationController instance.
3.2.0
Readonly
headerGets headerBar of NavigationController instance.
3.2.0
Optional
animationOptional
animatedOptional
isOptional
onOptional
onOptional
animationOptional
optionsOptional
sheetOptional
params: { controller: IController<any>; animated: any; isComingFromPresent?: boolean; onCompleteCallback?: (() => void) }Optional
isOptional
onShow page with animation parameter. Animated parameter is set to true as default.
push
3.2.0
Optional
animated?: booleanUntil the given page is found, the pages popped from back stack.
popTo
3.2.0
Optional
animated?: booleanThis function dismiss presently shown pop-up controller.
dismiss
4.0.0
Optional
params: { onComplete: (() => void); animated: boolean }This event is triggered before the page is displayed.
willShow
3.2.0
Optional
animated?: booleanThis event is triggered before the page is displayed.
onTransition
3.2.0
Optional
currentOptional
targetGenerated using TypeDoc
Since
3.2
Example