---
title: "DraggableAnchorsConfig"
description: "[DraggableAnchorsConfig] stores a mutable configuration anchors, comprised of values of [T] and
corresponding [Float] positions. This [DraggableAnchorsConfig] is used to construct an immutable
[DraggableAnchors] instance later on."
type: "class"
---

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


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

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


```kotlin
class DraggableAnchorsConfig<T>
```


`DraggableAnchorsConfig` stores a mutable configuration anchors, comprised of values of `T` and
corresponding `Float` positions. This `DraggableAnchorsConfig` is used to construct an immutable
`DraggableAnchors` instance later on.


## Functions

```kotlin
infix fun T.at(position: Float)
```


Set the anchor position for `this` anchor.

#### Parameters

| | |
| --- | --- |
| position | The anchor position. |




