trait NavigationOptionsRec[T <: Object] extends Object
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NavigationOptionsRec
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val gestureDirection: UndefOr[GestureDirection]
- Annotations
- @JSOptional()
- val gesturesEnable: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val header: UndefOr[|[ReactType, Null]]
- Annotations
- @JSOptional()
- val headerBackImage: UndefOr[ReactType]
- Annotations
- @JSOptional()
- val headerBackTitle: UndefOr[String]
- Annotations
- @JSOptional()
- val headerBackground: UndefOr[String]
- Annotations
- @JSOptional()
- val headerBackgroundTransitionPreset: UndefOr[String]
- Annotations
- @JSOptional()
- val headerForceInset: UndefOr[Double]
- Annotations
- @JSOptional()
- val headerFunc: UndefOr[Function1[Object, ReactJSComponent]]
- Annotations
- @JSOptional() @JSName("header")
- val headerLeft: UndefOr[ReactType]
- Annotations
- @JSOptional()
- val headerLeftContainerStyle: UndefOr[StyleProp[ViewStyle]]
- Annotations
- @JSOptional()
- val headerPressColorAndroid: UndefOr[String]
- Annotations
- @JSOptional()
- val headerRight: UndefOr[ReactType]
- Annotations
- @JSOptional()
- val headerRightContainerStyle: UndefOr[StyleProp[ViewStyle]]
- Annotations
- @JSOptional()
- val headerStyle: UndefOr[StyleProp[ViewStyle]]
- Annotations
- @JSOptional()
- val headerTintColor: UndefOr[String]
- Annotations
- @JSOptional()
- val headerTitle: UndefOr[ReactType]
- Annotations
- @JSOptional()
- val headerTitleAllowFontScaling: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val headerTitleContainerStyle: UndefOr[StyleProp[ViewStyle]]
- Annotations
- @JSOptional()
- val headerTitleStyle: UndefOr[TextStyle]
- Annotations
- @JSOptional()
- val headerTransparent: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val headerTruncatedBackTitle: UndefOr[String]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val params: UndefOr[T]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val title: UndefOr[String]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object