Packages

final case class Sidebar(as: UndefOr[AsC] = js.undefined, animation: UndefOr[SidebarAnimation] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, direction: UndefOr[SidebarDirection] = js.undefined, onHideE: UndefOr[OnHide] = js.undefined, onHide: UndefOr[Callback] = js.undefined, onHidden: UndefOr[Callback] = js.undefined, onShow: UndefOr[Callback] = js.undefined, onVisible: UndefOr[Callback] = js.undefined, target: UndefOr[Ref] = js.undefined, visible: UndefOr[Boolean] = js.undefined, width: UndefOr[SidebarWidth] = js.undefined, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[SidebarProps] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericComponentC[SidebarProps, PropsAndChildren, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sidebar
  2. Serializable
  3. Product
  4. Equals
  5. GenericComponentC
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Sidebar(as: UndefOr[AsC] = js.undefined, animation: UndefOr[SidebarAnimation] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, direction: UndefOr[SidebarDirection] = js.undefined, onHideE: UndefOr[OnHide] = js.undefined, onHide: UndefOr[Callback] = js.undefined, onHidden: UndefOr[Callback] = js.undefined, onShow: UndefOr[Callback] = js.undefined, onVisible: UndefOr[Callback] = js.undefined, target: UndefOr[Ref] = js.undefined, visible: UndefOr[Boolean] = js.undefined, width: UndefOr[SidebarWidth] = js.undefined, children: ChildrenArgs = Seq.empty)

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. val animation: UndefOr[SidebarAnimation]
  5. val as: UndefOr[AsC]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val child: UndefOr[VdomNode]
  8. val children: ChildrenArgs
    Definition Classes
    Sidebar → GenericComponentC
  9. val className: UndefOr[String]
  10. val clazz: UndefOr[Css]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val content: UndefOr[VdomNode]
  13. def cprops: SidebarProps
    Definition Classes
    Sidebar → GenericComponentC
  14. val direction: UndefOr[SidebarDirection]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val onHidden: UndefOr[Callback]
  23. val onHide: UndefOr[Callback]
  24. val onHideE: UndefOr[OnHide]
  25. val onShow: UndefOr[Callback]
  26. val onVisible: UndefOr[Callback]
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. def render: Render[SidebarProps]
    Definition Classes
    GenericComponentC
    Annotations
    @inline()
  29. def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[SidebarProps, MountedWithRoot[[A]A, SidebarProps, Null, Component[SidebarProps, Null], SidebarProps, Null], SidebarProps, MountedWithRoot[[A]A, SidebarProps, Null, Component[SidebarProps, Null], SidebarProps, Null]]
    Definition Classes
    Sidebar → GenericComponentC
    Annotations
    @inline()
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. val target: UndefOr[Ref]
  32. val visible: UndefOr[Boolean]
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. val width: UndefOr[SidebarWidth]
  37. def withChildren(children: ChildrenArgs): Sidebar
    Definition Classes
    Sidebar → GenericComponentC

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericComponentC[SidebarProps, PropsAndChildren, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped