final case class Tab(as: UndefOr[AsC] = js.undefined, defaultActiveIndex: UndefOr[|[JsNumber, String]] = js.undefined, activeIndex: UndefOr[|[JsNumber, String]] = js.undefined, menu: UndefOr[Menu] = js.undefined, menuPosition: UndefOr[TabMenuPosition] = js.undefined, grid: UndefOr[Grid] = js.undefined, onTabChangeE: UndefOr[OnTabChange] = js.undefined, onTabChange: UndefOr[(TabProps) => Callback] = js.undefined, panes: List[Pane] = Nil, renderActiveOnly: UndefOr[Boolean] = js.undefined, vertical: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPA[TabProps, Tab] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Tab
- Serializable
- Product
- Equals
- GenericJsComponentA
- PassthroughA
- Passthrough
- 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[Menu] = js.undefined, menuPosition: UndefOr[TabMenuPosition] = js.undefined, grid: UndefOr[Grid] = js.undefined, onTabChangeE: UndefOr[OnTabChange] = js.undefined, onTabChange: UndefOr[(TabProps) => Callback] = js.undefined, panes: List[Pane] = Nil, renderActiveOnly: UndefOr[Boolean] = js.undefined, vertical: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)
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]]
- def addModifiers(modifiers: Seq[TagMod]): Tab
- Definition Classes
- Tab → GenericJsComponentA
- 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()
- val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[TabProps, [-p, +u]Props[p, u], UnmountedWithRoot[TabProps, MountedWithRoot[[A]A, TabProps, Null, Component[TabProps, Null], TabProps, Null], TabProps, MountedWithRoot[[A]A, TabProps, Null, Component[TabProps, Null], TabProps, Null]], TabProps, [-p, +u]Props[p, u], UnmountedWithRoot[TabProps, MountedWithRoot[[A]A, TabProps, Null, Component[TabProps, Null], TabProps, Null], TabProps, MountedWithRoot[[A]A, TabProps, Null, Component[TabProps, Null], TabProps, Null]]]
- Attributes
- protected
- Definition Classes
- Tab → GenericJsComponentA
- def cprops: TabProps
- Attributes
- protected
- Definition Classes
- Tab → Passthrough
- 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[Grid]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val menu: UndefOr[Menu]
- val menuPosition: UndefOr[TabMenuPosition]
- val modifiers: Seq[TagMod]
- Definition Classes
- Tab → Passthrough
- 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]
- val panes: List[Pane]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rawProps: TabProps
- Definition Classes
- PassthroughA
- def render: Render[TabProps]
- Definition Classes
- GenericJsComponentA
- Annotations
- @inline()
- val renderActiveOnly: UndefOr[Boolean]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val vertical: UndefOr[Boolean]
- 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()