Packages

final case class Message(as: UndefOr[AsC] = js.undefined, attached: UndefOr[MessageAttached] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[MessageContent]] = js.undefined, error: UndefOr[Boolean] = js.undefined, floating: UndefOr[Boolean] = js.undefined, header: UndefOr[ShorthandS[MessageHeader]] = js.undefined, hidden: UndefOr[Boolean] = js.undefined, icon: UndefOr[ShorthandSB[Icon]] = js.undefined, info: UndefOr[Boolean] = js.undefined, list: UndefOr[|[Seq[ShorthandS[MessageItem]], MessageList]] = js.undefined, negative: UndefOr[Boolean] = js.undefined, onDismissE: UndefOr[OnDismiss] = js.undefined, onDismiss: UndefOr[japgolly.scalajs.react.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, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[MessageProps, Message] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[MessageProps, PropsAndChildren, Unit, Message], PassthroughAC[MessageProps], Passthrough[MessageProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Message
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentAC
  6. PassthroughAC
  7. Passthrough
  8. AnyRef
  9. 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, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[MessageContent]] = js.undefined, error: UndefOr[Boolean] = js.undefined, floating: UndefOr[Boolean] = js.undefined, header: UndefOr[ShorthandS[MessageHeader]] = js.undefined, hidden: UndefOr[Boolean] = js.undefined, icon: UndefOr[ShorthandSB[Icon]] = js.undefined, info: UndefOr[Boolean] = js.undefined, list: UndefOr[|[Seq[ShorthandS[MessageItem]], MessageList]] = js.undefined, negative: UndefOr[Boolean] = js.undefined, onDismissE: UndefOr[OnDismiss] = js.undefined, onDismiss: UndefOr[japgolly.scalajs.react.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, modifiers: Seq[TagMod] = 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. def addModifiers(modifiers: Seq[TagMod]): Message
    Definition Classes
    Message → GenericJsComponentAC
  5. val as: UndefOr[AsC]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val attached: UndefOr[MessageAttached]
  8. val className: UndefOr[String]
  9. val clazz: UndefOr[Css]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. val color: UndefOr[SemanticColor]
  12. val compact: UndefOr[Boolean]
  13. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[MessageProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[MessageProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], MessageProps, Null, Component[MessageProps, Null], MessageProps, Null], MessageProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], MessageProps, Null, Component[MessageProps, Null], MessageProps, Null]], MessageProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[MessageProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], MessageProps, Null, Component[MessageProps, Null], MessageProps, Null], MessageProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], MessageProps, Null, Component[MessageProps, Null], MessageProps, Null]]]
    Attributes
    protected
    Definition Classes
    Message → GenericJsComponentAC
  14. val content: UndefOr[ShorthandS[MessageContent]]
  15. def cprops: MessageProps
    Attributes
    protected
    Definition Classes
    Message → Passthrough
  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[ShorthandS[MessageHeader]]
  22. val hidden: UndefOr[Boolean]
  23. val icon: UndefOr[ShorthandSB[Icon]]
  24. val info: UndefOr[Boolean]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val list: UndefOr[|[Seq[ShorthandS[MessageItem]], MessageList]]
  27. val modifiers: Seq[TagMod]
    Definition Classes
    Message → Passthrough
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. val negative: UndefOr[Boolean]
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val onDismiss: UndefOr[japgolly.scalajs.react.Callback]
  33. val onDismissE: UndefOr[OnDismiss]
  34. val positive: UndefOr[Boolean]
  35. def productElementNames: Iterator[String]
    Definition Classes
    Product
  36. def rawModifiers: (MessageProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  37. def render: Render[MessageProps]
    Definition Classes
    GenericJsComponentAC
    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 withOptionalRef(ref: Option[Handle[RawMounted[MessageProps, Null]]]): GenericJsComponentAC[MessageProps, PropsAndChildren, Unit, Message]
    Definition Classes
    GenericJsComponentAC
  47. def withRef(ref: Handle[RawMounted[MessageProps, Null]]): GenericJsComponentAC[MessageProps, PropsAndChildren, Unit, Message]
    Definition Classes
    GenericJsComponentAC

Inherited from Serializable

Inherited from Product

Inherited from Equals

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

Inherited from PassthroughAC[MessageProps]

Inherited from Passthrough[MessageProps]

Inherited from AnyRef

Inherited from Any

Ungrouped