final case class Tab(as: UndefOr[AsC] = js.undefined, defaultActiveIndex: UndefOr[|[JsNumber, String]] = js.undefined, activeIndex: UndefOr[|[JsNumber, String]] = js.undefined, menu: UndefOr[MenuProps] = js.undefined, menuPosition: UndefOr[TabMenuPosition] = js.undefined, grid: UndefOr[GridProps] = js.undefined, onTabChangeE: UndefOr[OnTabChange] = js.undefined, onTabChange: UndefOr[(TabProps) => Callback] = js.undefined, renderActiveOnly: UndefOr[Boolean] = js.undefined) extends GenericFnComponentP[TabProps] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Tab
- Serializable
- Product
- Equals
- GenericFnComponent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Tab(as: UndefOr[AsC] = js.undefined, defaultActiveIndex: UndefOr[|[JsNumber, String]] = js.undefined, activeIndex: UndefOr[|[JsNumber, String]] = js.undefined, menu: UndefOr[MenuProps] = js.undefined, menuPosition: UndefOr[TabMenuPosition] = js.undefined, grid: UndefOr[GridProps] = js.undefined, onTabChangeE: UndefOr[OnTabChange] = js.undefined, onTabChange: UndefOr[(TabProps) => Callback] = js.undefined, renderActiveOnly: UndefOr[Boolean] = js.undefined)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val activeIndex: UndefOr[|[JsNumber, String]]
- val as: UndefOr[AsC]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def cprops: TabProps
- Definition Classes
- Tab → GenericFnComponent
- val defaultActiveIndex: UndefOr[|[JsNumber, String]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val grid: UndefOr[GridProps]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val menu: UndefOr[MenuProps]
- val menuPosition: UndefOr[TabMenuPosition]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onTabChange: UndefOr[(TabProps) => Callback]
- val onTabChangeE: UndefOr[OnTabChange]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def render: UnmountedWithRoot[TabProps, MountedWithRoot[[A]A, TabProps, Null, Component[TabProps, Null], TabProps, Null], TabProps, MountedWithRoot[[A]A, TabProps, Null, Component[TabProps, Null], TabProps, Null]]
- Definition Classes
- Tab → GenericFnComponent
- Annotations
- @inline()
- val renderActiveOnly: UndefOr[Boolean]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()