Packages

final case class Message(as: UndefOr[AsC] = js.undefined, attached: UndefOr[MessageAttached] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[semanticui.SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[|[VdomNode, MessageContentProps]] = js.undefined, error: UndefOr[Boolean] = js.undefined, floating: UndefOr[Boolean] = js.undefined, header: UndefOr[|[VdomNode, MessageHeaderProps]] = js.undefined, hidden: UndefOr[Boolean] = js.undefined, icon: UndefOr[IconShorthand] = js.undefined, info: UndefOr[Boolean] = js.undefined, list: UndefOr[|[Seq[VdomNode], MessageListProps]] = js.undefined, negative: UndefOr[Boolean] = js.undefined, onDismissE: UndefOr[OnDismiss] = js.undefined, onDismiss: UndefOr[Callback] = js.undefined, positive: UndefOr[Boolean] = js.undefined, size: UndefOr[MessageSize] = js.undefined, success: UndefOr[Boolean] = js.undefined, visible: UndefOr[Boolean] = js.undefined, warning: UndefOr[Boolean] = js.undefined, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[MessageProps, Message] with Product with Serializable

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

Instance Constructors

  1. new Message(as: UndefOr[AsC] = js.undefined, attached: UndefOr[MessageAttached] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[semanticui.SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[|[VdomNode, MessageContentProps]] = js.undefined, error: UndefOr[Boolean] = js.undefined, floating: UndefOr[Boolean] = js.undefined, header: UndefOr[|[VdomNode, MessageHeaderProps]] = js.undefined, hidden: UndefOr[Boolean] = js.undefined, icon: UndefOr[IconShorthand] = js.undefined, info: UndefOr[Boolean] = js.undefined, list: UndefOr[|[Seq[VdomNode], MessageListProps]] = js.undefined, negative: UndefOr[Boolean] = js.undefined, onDismissE: UndefOr[OnDismiss] = js.undefined, onDismiss: UndefOr[Callback] = js.undefined, positive: UndefOr[Boolean] = js.undefined, size: UndefOr[MessageSize] = js.undefined, success: UndefOr[Boolean] = js.undefined, visible: UndefOr[Boolean] = js.undefined, warning: UndefOr[Boolean] = js.undefined, children: ChildrenArgs = Seq.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val as: UndefOr[AsC]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val attached: UndefOr[MessageAttached]
  7. val child: UndefOr[VdomNode]
  8. val children: ChildrenArgs
    Definition Classes
    Message → GenericJsComponentC
  9. val className: UndefOr[String]
  10. val clazz: UndefOr[Css]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val color: UndefOr[semanticui.SemanticColor]
  13. val compact: UndefOr[Boolean]
  14. val content: UndefOr[|[VdomNode, MessageContentProps]]
  15. def cprops: MessageProps
    Attributes
    protected
    Definition Classes
    Message → GenericJsComponentC
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. val error: UndefOr[Boolean]
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. val floating: UndefOr[Boolean]
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. val header: UndefOr[|[VdomNode, MessageHeaderProps]]
  22. val hidden: UndefOr[Boolean]
  23. val icon: UndefOr[IconShorthand]
  24. val info: UndefOr[Boolean]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val list: UndefOr[|[Seq[VdomNode], MessageListProps]]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. val negative: UndefOr[Boolean]
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val onDismiss: UndefOr[Callback]
  32. val onDismissE: UndefOr[OnDismiss]
  33. val positive: UndefOr[Boolean]
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. def rawProps: MessageProps
    Definition Classes
    GenericJsComponentC
  36. def render: Render[MessageProps]
    Definition Classes
    GenericJsComponentC
    Annotations
    @inline()
  37. def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[MessageProps, MountedWithRoot[[A]A, MessageProps, Null, Component[MessageProps, Null], MessageProps, Null], MessageProps, MountedWithRoot[[A]A, MessageProps, Null, Component[MessageProps, Null], MessageProps, Null]]
    Definition Classes
    Message → GenericJsComponentC
    Annotations
    @inline()
  38. val size: UndefOr[MessageSize]
  39. val success: UndefOr[Boolean]
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. val visible: UndefOr[Boolean]
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. val warning: UndefOr[Boolean]
  46. def withChildren(children: ChildrenArgs): Message
    Definition Classes
    Message → GenericJsComponentC

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentC[MessageProps, PropsAndChildren, Unit, Message]

Inherited from AnyRef

Inherited from Any

Ungrouped