Packages

final case class SidebarPusher(as: UndefOr[AsC] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, content: UndefOr[VdomNode] = js.undefined, dimmed: UndefOr[Boolean] = js.undefined, children: ChildrenArgs = Seq.empty) extends GenericFnComponentPC[SidebarPusherProps] with Product with Serializable

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

Instance Constructors

  1. new SidebarPusher(as: UndefOr[AsC] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, content: UndefOr[VdomNode] = js.undefined, dimmed: UndefOr[Boolean] = js.undefined, children: ChildrenArgs = Seq.empty)

Value Members

  1. val as: UndefOr[AsC]
  2. val child: UndefOr[VdomNode]
  3. val children: ChildrenArgs
    Definition Classes
    SidebarPusher → GenericFnComponentC
  4. val className: UndefOr[String]
  5. val content: UndefOr[VdomNode]
  6. def cprops: SidebarPusherProps
    Definition Classes
    SidebarPusher → GenericFnComponentC
  7. val dimmed: UndefOr[Boolean]
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. def render: RenderFn[SidebarPusherProps]
    Definition Classes
    GenericFnComponentC
    Annotations
    @inline()
  10. def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[SidebarPusherProps, Unit, SidebarPusherProps]
    Definition Classes
    SidebarPusher → GenericFnComponentC
    Annotations
    @inline()
  11. def withChildren(children: ChildrenArgs): SidebarPusher
    Definition Classes
    SidebarPusher → GenericFnComponentC