Packages

trait TabScreenOptions extends Object with raw.NavigatorScreenOptions

Annotations
@JSType()
See also

https://reactnavigation.org/docs/bottom-tab-navigator/#options

Linear Supertypes
raw.NavigatorScreenOptions, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TabScreenOptions
  2. NavigatorScreenOptions
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. val gestureEnabled: UndefOr[Boolean]
    Definition Classes
    NavigatorScreenOptions
    Annotations
    @JSOptional()
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. val headerShown: UndefOr[Boolean]
    Definition Classes
    NavigatorScreenOptions
    Annotations
    @JSOptional()
  14. val headerStyle: UndefOr[Object]
    Definition Classes
    NavigatorScreenOptions
    Annotations
    @JSOptional()
  15. val headerTintColor: UndefOr[String]
    Definition Classes
    NavigatorScreenOptions
    Annotations
    @JSOptional()
  16. val headerTitle: UndefOr[Function1[Dynamic, ReactElement]]
    Definition Classes
    NavigatorScreenOptions
    Annotations
    @JSOptional()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  19. val lazy: UndefOr[Boolean]
    Annotations
    @JSOptional()
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. val tabBarAccessibilityLabel: UndefOr[String]
    Annotations
    @JSOptional()
  26. val tabBarActiveBackgroundColor: UndefOr[String]
    Annotations
    @JSOptional()
  27. val tabBarActiveTintColor: UndefOr[String]
    Annotations
    @JSOptional()
  28. val tabBarAllowFontScaling: UndefOr[Boolean]
    Annotations
    @JSOptional()
  29. val tabBarButton: UndefOr[Function1[Dynamic, ReactElement]]
    Annotations
    @JSOptional()
  30. val tabBarHideOnKeyboard: UndefOr[Boolean]
    Annotations
    @JSOptional()
  31. val tabBarIcon: UndefOr[Function1[TabBarIconParams, ReactElement]]
    Annotations
    @JSOptional()
  32. val tabBarIconStyle: UndefOr[Style]
    Annotations
    @JSOptional()
  33. val tabBarInactiveBackgroundColor: UndefOr[String]
    Annotations
    @JSOptional()
  34. val tabBarInactiveTintColor: UndefOr[String]
    Annotations
    @JSOptional()
  35. val tabBarItemStyle: UndefOr[Style]
    Annotations
    @JSOptional()
  36. val tabBarLabel: UndefOr[|[String, Function1[TabBarLabelParams, ReactElement]]]
    Annotations
    @JSOptional()
  37. val tabBarLabelPosition: UndefOr[LabelPosition]
    Annotations
    @JSOptional()
  38. val tabBarLabelStyle: UndefOr[Style]
    Annotations
    @JSOptional()
  39. val tabBarShowIcon: UndefOr[Boolean]
    Annotations
    @JSOptional()
  40. val tabBarShowLabel: UndefOr[Boolean]
    Annotations
    @JSOptional()
  41. val tabBarStyle: UndefOr[Style]
    Annotations
    @JSOptional()
  42. val title: UndefOr[String]
    Definition Classes
    NavigatorScreenOptions
    Annotations
    @JSOptional()
  43. def toLocaleString(): String
    Definition Classes
    Object
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. val unmountOnBlur: UndefOr[Boolean]
    Annotations
    @JSOptional()
  46. def valueOf(): Any
    Definition Classes
    Object
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped