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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Message
- Serializable
- Product
- Equals
- GenericJsComponentAC
- PassthroughAC
- Passthrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addModifiers(modifiers: Seq[TagMod]): Message
- Definition Classes
- Message → GenericJsComponentAC
- val as: UndefOr[AsC]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attached: UndefOr[MessageAttached]
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val color: UndefOr[SemanticColor]
- val compact: UndefOr[Boolean]
- 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
- val content: UndefOr[ShorthandS[MessageContent]]
- def cprops: MessageProps
- Attributes
- protected
- Definition Classes
- Message → Passthrough
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val error: UndefOr[Boolean]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val floating: UndefOr[Boolean]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val header: UndefOr[ShorthandS[MessageHeader]]
- val hidden: UndefOr[Boolean]
- val icon: UndefOr[ShorthandSB[Icon]]
- val info: UndefOr[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val list: UndefOr[|[Seq[ShorthandS[MessageItem]], MessageList]]
- val modifiers: Seq[TagMod]
- Definition Classes
- Message → Passthrough
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val negative: UndefOr[Boolean]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onDismiss: UndefOr[japgolly.scalajs.react.Callback]
- val onDismissE: UndefOr[OnDismiss]
- val positive: UndefOr[Boolean]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rawModifiers: (MessageProps, List[VdomNode])
- Definition Classes
- PassthroughAC
- def render: Render[MessageProps]
- Definition Classes
- GenericJsComponentAC
- Annotations
- @inline()
- val size: UndefOr[MessageSize]
- val success: UndefOr[Boolean]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val visible: UndefOr[Boolean]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val warning: UndefOr[Boolean]
- def withOptionalRef(ref: Option[Handle[RawMounted[MessageProps, Null]]]): GenericJsComponentAC[MessageProps, PropsAndChildren, Unit, Message]
- Definition Classes
- GenericJsComponentAC
- def withRef(ref: Handle[RawMounted[MessageProps, Null]]): GenericJsComponentAC[MessageProps, PropsAndChildren, Unit, Message]
- Definition Classes
- GenericJsComponentAC