trait Link extends Object with WithIconProps
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Link
- WithIconProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val ariaLabel: UndefOr[String]
- Annotations
- @JSOptional()
- val automationId: UndefOr[String]
- Annotations
- @JSOptional()
- val forceAnchor: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val iconProps: UndefOr[|[Icon.Props, Dynamic]]
- Definition Classes
- WithIconProps
- Annotations
- @JSOptional()
- val isExpanded: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val key: UndefOr[String]
- Annotations
- @JSOptional()
- val links: UndefOr[Array[Link]]
- Annotations
- @JSOptional()
- val name: UndefOr[String]
- Annotations
- @JSOptional()
- val onClick: UndefOr[Function2[react.vdom.ReactMouseEvent[Element], Link, Unit]]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val target: UndefOr[String]
- Annotations
- @JSOptional()
- val title: UndefOr[String]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- val url: UndefOr[String]
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object