Abstract
Protected
_nativeOptional
transitionOptional
popOptional
onAbstract
childGets/sets child controllers of NavigationController instance.
3.2.0
Abstract
willOptional
animated?: booleanAbstract
onOptional
currentOptional
targetAbstract
headerGets headerBar of NavigationController instance.
3.2.0
Optional
animationOptional
animatedOptional
isOptional
onOptional
animationOptional
tabStatic
OperationAbstract
isProtected
Abstract
createProtected
preProtected
addProtected
addIOSPropsAbstract
presentAbstract
dismissAbstract
pushShow page with animation parameter. Animated parameter is set to true as default.
push
3.2.0
Optional
animated?: booleanAbstract
popAbstract
popUntil the given page is found, the pages popped from back stack.
popTo
3.2.0
Optional
animated?: booleanAbstract
getAbstract
showOptional
params: { controller: IController<any>; animated: any; isComingFromPresent?: boolean; onCompleteCallback?: (() => void) }Optional
isOptional
onOptional
params: anyGenerated using TypeDoc
Since
3.2
Example