t

react_navigation

StackNavigatorConfig

trait StackNavigatorConfig[T <: Object] extends Object

Annotations
@JSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StackNavigatorConfig
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val cardOverlayEnabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  2. val cardShadowEnabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  3. val cardStyle: UndefOr[ViewStyle]
    Annotations
    @JSOptional()
  4. val defaultNavigationOptions: UndefOr[NavigationOptions[T]]
    Annotations
    @JSOptional()
  5. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  6. val headerLayoutPreset: UndefOr[String]
    Annotations
    @JSOptional()
  7. val headerMode: UndefOr[String]
    Annotations
    @JSOptional()
  8. val headerTransitionPreset: UndefOr[String]
    Annotations
    @JSOptional()
  9. val heaederBackTitleVisible: UndefOr[Boolean]
    Annotations
    @JSOptional()
  10. val initialRouteKey: UndefOr[String]
    Annotations
    @JSOptional()
  11. val initialRouteName: UndefOr[String]
    Annotations
    @JSOptional()
  12. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  13. val mode: UndefOr[String]
    Annotations
    @JSOptional()
  14. val onTransitionEnd: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  15. val onTransitionStart: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  16. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  17. def toLocaleString(): String
    Definition Classes
    Object
  18. val transitionConfig: UndefOr[Object]
    Annotations
    @JSOptional()
  19. val transparentCard: UndefOr[Object]
    Annotations
    @JSOptional()
  20. def valueOf(): Any
    Definition Classes
    Object