Packages

final case class ModalDescription(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[ModalDescriptionProps] with Product with Serializable

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