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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Sidebar
- Serializable
- Product
- Equals
- GenericJsComponentAC
- PassthroughAC
- Passthrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- def addModifiers(modifiers: Seq[TagMod]): Sidebar
- Definition Classes
- Sidebar → GenericJsComponentAC
- val animation: UndefOr[SidebarAnimation]
- val as: UndefOr[AsC]
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- val content: UndefOr[VdomNode]
- val direction: UndefOr[SidebarDirection]
- val modifiers: Seq[TagMod]
- Definition Classes
- Sidebar → Passthrough
- val onHidden: UndefOr[Callback]
- val onHide: UndefOr[Callback]
- val onHideE: UndefOr[OnHide]
- val onShow: UndefOr[Callback]
- val onVisible: UndefOr[Callback]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rawModifiers: (SidebarProps, List[VdomNode])
- Definition Classes
- PassthroughAC
- def render: Render[SidebarProps]
- Definition Classes
- GenericJsComponentAC
- Annotations
- @inline()
- val target: UndefOr[Ref]
- val visible: UndefOr[Boolean]
- val width: UndefOr[SidebarWidth]