Packages

final case class ListIcon(as: UndefOr[AsC] = js.undefined, bordered: UndefOr[Boolean] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, corner: UndefOr[IconCorner] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, fitted: UndefOr[Boolean] = js.undefined, flipped: UndefOr[IconFlip] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, link: UndefOr[Boolean] = js.undefined, loading: UndefOr[Boolean] = js.undefined, name: UndefOr[SemanticICONS] = js.undefined, rotated: UndefOr[IconRotated] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, ariaLabel: UndefOr[String] = js.undefined, verticalAlign: UndefOr[SemanticVerticalAlignment] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPA[ListIconProps, ListIcon] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentA[ListIconProps, Props, Unit, ListIcon], PassthroughA[ListIconProps], Passthrough[ListIconProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ListIcon
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentA
  6. PassthroughA
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ListIcon(as: UndefOr[AsC] = js.undefined, bordered: UndefOr[Boolean] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, corner: UndefOr[IconCorner] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, fitted: UndefOr[Boolean] = js.undefined, flipped: UndefOr[IconFlip] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, link: UndefOr[Boolean] = js.undefined, loading: UndefOr[Boolean] = js.undefined, name: UndefOr[SemanticICONS] = js.undefined, rotated: UndefOr[IconRotated] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, ariaLabel: UndefOr[String] = js.undefined, verticalAlign: UndefOr[SemanticVerticalAlignment] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): ListIcon
    Definition Classes
    ListIcon → GenericJsComponentA
  2. val ariaLabel: UndefOr[String]
  3. val as: UndefOr[AsC]
  4. val bordered: UndefOr[Boolean]
  5. val circular: UndefOr[Boolean]
  6. val className: UndefOr[String]
  7. val clazz: UndefOr[Css]
  8. val color: UndefOr[SemanticColor]
  9. val corner: UndefOr[IconCorner]
  10. val disabled: UndefOr[Boolean]
  11. val fitted: UndefOr[Boolean]
  12. val flipped: UndefOr[IconFlip]
  13. val inverted: UndefOr[Boolean]
  14. val link: UndefOr[Boolean]
  15. val loading: UndefOr[Boolean]
  16. val modifiers: Seq[TagMod]
    Definition Classes
    ListIcon → Passthrough
  17. val name: UndefOr[SemanticICONS]
  18. def productElementNames: Iterator[String]
    Definition Classes
    Product
  19. def rawProps: ListIconProps
    Definition Classes
    PassthroughA
  20. def render: Render[ListIconProps]
    Definition Classes
    GenericJsComponentA
    Annotations
    @inline()
  21. val rotated: UndefOr[IconRotated]
  22. val size: UndefOr[SemanticSize]
  23. val verticalAlign: UndefOr[SemanticVerticalAlignment]