trait StackNavigatorConfig[T <: Object] extends Object
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StackNavigatorConfig
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val cardOverlayEnabled: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val cardShadowEnabled: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val cardStyle: UndefOr[ViewStyle]
- Annotations
- @JSOptional()
- val defaultNavigationOptions: UndefOr[NavigationOptions[T]]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val headerLayoutPreset: UndefOr[String]
- Annotations
- @JSOptional()
- val headerMode: UndefOr[String]
- Annotations
- @JSOptional()
- val headerTransitionPreset: UndefOr[String]
- Annotations
- @JSOptional()
- val heaederBackTitleVisible: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val initialRouteKey: UndefOr[String]
- Annotations
- @JSOptional()
- val initialRouteName: UndefOr[String]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val mode: UndefOr[String]
- Annotations
- @JSOptional()
- val onTransitionEnd: UndefOr[Function0[Unit]]
- Annotations
- @JSOptional()
- val onTransitionStart: UndefOr[Function0[Unit]]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def toLocaleString(): String
- Definition Classes
- Object
- val transitionConfig: UndefOr[Object]
- Annotations
- @JSOptional()
- val transparentCard: UndefOr[Object]
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object