<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
abstract class LinkAnnotation private constructor() : AnnotatedString.Annotation
```


An annotation that represents a clickable part of the text.


## Properties

<div class='sourceset sourceset-common'>Common</div>


```kotlin
abstract val linkInteractionListener: LinkInteractionListener?
```


Interaction listener triggered when user interacts with this link.



<div class='sourceset sourceset-common'>Common</div>


```kotlin
abstract val styles: TextLinkStyles?
```


Style configuration for this link in different states.