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, Serializable, Product, Equals, GenericComponentC[SidebarProps, PropsAndChildren, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sidebar
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. GenericComponentC
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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( ... ) @native()
  12. val content: UndefOr[VdomNode]
  13. val direction: UndefOr[SidebarDirection]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. val onHidden: UndefOr[Callback]
  22. val onHide: UndefOr[Callback]
  23. val onHideE: UndefOr[OnHide]
  24. val onShow: UndefOr[Callback]
  25. val onVisible: UndefOr[Callback]
  26. def render: Render[SidebarProps]
    Definition Classes
    GenericComponentC
    Annotations
    @inline()
  27. 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()
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. val target: UndefOr[Ref]
  30. val visible: UndefOr[Boolean]
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. val width: UndefOr[SidebarWidth]
  35. def withChildren(children: ChildrenArgs): Sidebar
    Definition Classes
    Sidebar → GenericComponentC

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericComponentC[SidebarProps, PropsAndChildren, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped