Packages

trait MessageProps extends Object

Annotations
@JSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MessageProps
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(key: String): Any
    Annotations
    @JSBracketAccess()
  2. val as: UndefOr[AsT]

    An element type to render as (string or function).

  3. val attached: UndefOr[|[Boolean, String]]

    A message can be formatted to attach itself to other content.

  4. val children: UndefOr[Node]

    Primary content.

  5. val className: UndefOr[String]

    Additional classes.

  6. val color: UndefOr[SemanticCOLORS]

    A message can be formatted to be different colors.

  7. val compact: UndefOr[Boolean]

    A message can only take up the width of its content.

  8. val content: UndefOr[SemanticShorthandItemS[MessageContentProps]]

    Shorthand for primary content.

  9. val error: UndefOr[Boolean]

    A message may be formatted to display a negative message.

    A message may be formatted to display a negative message. Same as negative.

  10. val floating: UndefOr[Boolean]

    A message can float above content that it is related to.

  11. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  12. val header: UndefOr[SemanticShorthandItemS[MessageHeaderProps]]

    Shorthand for MessageHeader.

  13. val hidden: UndefOr[Boolean]

    A message can be hidden.

  14. val icon: UndefOr[SemanticShorthandItemSB[IconProps]]

    Add an icon by icon name or pass an <Icon /.>

  15. val info: UndefOr[Boolean]

    A message may be formatted to display information.

  16. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  17. val list: UndefOr[RawList]

    Array shorthand items for the MessageList.

    Array shorthand items for the MessageList. Mutually exclusive with children.

  18. val negative: UndefOr[Boolean]

    A message may be formatted to display a negative message.

    A message may be formatted to display a negative message. Same as error.

  19. val onDismiss: UndefOr[Function2[japgolly.scalajs.react.ReactEvent, MessageProps, Unit]]

    A message that the user can choose to hide.

    A message that the user can choose to hide. Called when the user clicks the "x" icon. This also adds the "x" icon.

  20. val positive: UndefOr[Boolean]

    A message may be formatted to display a positive message.

    A message may be formatted to display a positive message. Same as success.

  21. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  22. val size: UndefOr[SemanticSIZES]

    A message can have different sizes.

  23. val success: UndefOr[Boolean]

    A message may be formatted to display a positive message.

    A message may be formatted to display a positive message. Same as positive.

  24. def toLocaleString(): String
    Definition Classes
    Object
  25. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  26. def valueOf(): Any
    Definition Classes
    Object
  27. val visible: UndefOr[Boolean]

    A message can be set to visible to force itself to be shown.

  28. val warning: UndefOr[Boolean]

    A message may be formatted to display warning messages.