Packages

trait Link extends Object with WithIconProps

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

Value Members

  1. val ariaLabel: UndefOr[String]
    Annotations
    @JSOptional()
  2. val automationId: UndefOr[String]
    Annotations
    @JSOptional()
  3. val forceAnchor: UndefOr[Boolean]
    Annotations
    @JSOptional()
  4. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  5. val iconProps: UndefOr[|[Icon.Props, Dynamic]]
    Definition Classes
    WithIconProps
    Annotations
    @JSOptional()
  6. val isExpanded: UndefOr[Boolean]
    Annotations
    @JSOptional()
  7. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  8. val key: UndefOr[String]
    Annotations
    @JSOptional()
  9. val links: UndefOr[Array[Link]]
    Annotations
    @JSOptional()
  10. val name: UndefOr[String]
    Annotations
    @JSOptional()
  11. val onClick: UndefOr[Function2[react.vdom.ReactMouseEvent[Element], Link, Unit]]
    Annotations
    @JSOptional()
  12. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  13. val target: UndefOr[String]
    Annotations
    @JSOptional()
  14. val title: UndefOr[String]
    Annotations
    @JSOptional()
  15. def toLocaleString(): String
    Definition Classes
    Object
  16. val url: UndefOr[String]
    Annotations
    @JSOptional()
  17. def valueOf(): Any
    Definition Classes
    Object