Packages

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

Linear Supertypes
Serializable, Product, Equals, GenericFnComponentC[ListDescriptionProps, PropsAndChildren, Unit, ListDescription], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ListDescription
  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 ListDescription(as: UndefOr[AsC] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = 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
    ListDescription → GenericFnComponentC
  4. val className: UndefOr[String]
  5. val clazz: UndefOr[Css]
  6. val content: UndefOr[VdomNode]
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. def render: RenderFn[ListDescriptionProps]
    Definition Classes
    GenericFnComponentC
    Annotations
    @inline()
  9. def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[ListDescriptionProps, Unit, ListDescriptionProps]
    Definition Classes
    ListDescription → GenericFnComponentC
    Annotations
    @inline()
  10. def withChildren(children: ChildrenArgs): ListDescription
    Definition Classes
    ListDescription → GenericFnComponentC