Packages

final case class Sidebar(as: UndefOr[AsC] = js.undefined, animation: UndefOr[SidebarAnimation] = 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, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[SidebarProps, Sidebar] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[SidebarProps, PropsAndChildren, Unit, Sidebar], PassthroughAC[SidebarProps], Passthrough[SidebarProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sidebar
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentAC
  6. PassthroughAC
  7. Passthrough
  8. AnyRef
  9. 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, 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, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): Sidebar
    Definition Classes
    Sidebar → GenericJsComponentAC
  2. val animation: UndefOr[SidebarAnimation]
  3. val as: UndefOr[AsC]
  4. val className: UndefOr[String]
  5. val clazz: UndefOr[Css]
  6. val content: UndefOr[VdomNode]
  7. val direction: UndefOr[SidebarDirection]
  8. val modifiers: Seq[TagMod]
    Definition Classes
    Sidebar → Passthrough
  9. val onHidden: UndefOr[Callback]
  10. val onHide: UndefOr[Callback]
  11. val onHideE: UndefOr[OnHide]
  12. val onShow: UndefOr[Callback]
  13. val onVisible: UndefOr[Callback]
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. def rawModifiers: (SidebarProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  16. def render: Render[SidebarProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  17. val target: UndefOr[Ref]
  18. val visible: UndefOr[Boolean]
  19. val width: UndefOr[SidebarWidth]