Packages

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

Linear Supertypes
Serializable, Product, Equals, GenericFnComponentC[SidebarPushableProps, PropsAndChildren, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SidebarPushable
  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 SidebarPushable(as: UndefOr[AsC] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, content: UndefOr[VdomNode] = js.undefined, children: ChildrenArgs = Seq.empty)

Value Members

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