t

react_navigation

NavigationOptionsRec

trait NavigationOptionsRec[T <: Object] extends Object

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

Value Members

  1. val gestureDirection: UndefOr[GestureDirection]
    Annotations
    @JSOptional()
  2. val gesturesEnable: UndefOr[Boolean]
    Annotations
    @JSOptional()
  3. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  4. val header: UndefOr[|[ReactType, Null]]
    Annotations
    @JSOptional()
  5. val headerBackImage: UndefOr[ReactType]
    Annotations
    @JSOptional()
  6. val headerBackTitle: UndefOr[String]
    Annotations
    @JSOptional()
  7. val headerBackground: UndefOr[String]
    Annotations
    @JSOptional()
  8. val headerBackgroundTransitionPreset: UndefOr[String]
    Annotations
    @JSOptional()
  9. val headerForceInset: UndefOr[Double]
    Annotations
    @JSOptional()
  10. val headerFunc: UndefOr[Function1[Object, ReactJSComponent]]
    Annotations
    @JSOptional() @JSName("header")
  11. val headerLeft: UndefOr[ReactType]
    Annotations
    @JSOptional()
  12. val headerLeftContainerStyle: UndefOr[StyleProp[ViewStyle]]
    Annotations
    @JSOptional()
  13. val headerPressColorAndroid: UndefOr[String]
    Annotations
    @JSOptional()
  14. val headerRight: UndefOr[ReactType]
    Annotations
    @JSOptional()
  15. val headerRightContainerStyle: UndefOr[StyleProp[ViewStyle]]
    Annotations
    @JSOptional()
  16. val headerStyle: UndefOr[StyleProp[ViewStyle]]
    Annotations
    @JSOptional()
  17. val headerTintColor: UndefOr[String]
    Annotations
    @JSOptional()
  18. val headerTitle: UndefOr[ReactType]
    Annotations
    @JSOptional()
  19. val headerTitleAllowFontScaling: UndefOr[Boolean]
    Annotations
    @JSOptional()
  20. val headerTitleContainerStyle: UndefOr[StyleProp[ViewStyle]]
    Annotations
    @JSOptional()
  21. val headerTitleStyle: UndefOr[TextStyle]
    Annotations
    @JSOptional()
  22. val headerTransparent: UndefOr[Boolean]
    Annotations
    @JSOptional()
  23. val headerTruncatedBackTitle: UndefOr[String]
    Annotations
    @JSOptional()
  24. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  25. val params: UndefOr[T]
    Annotations
    @JSOptional()
  26. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  27. val title: UndefOr[String]
    Annotations
    @JSOptional()
  28. def toLocaleString(): String
    Definition Classes
    Object
  29. def valueOf(): Any
    Definition Classes
    Object