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

> **Deprecated** Just omit the semanticsProperties parameter when using Modifier.paneExpansionDraggable to set up the default semantics

<h2 id="defaultdraghandlesemantics">defaultDragHandleSemantics</h2>

```kotlin
@ExperimentalMaterial3AdaptiveApi
@Composable
fun PaneExpansionState.defaultDragHandleSemantics(): SemanticsPropertyReceiver.() -> Unit
```

This function sets up the default semantics of pane expansion drag handles with the given
[PaneExpansionState](/jetpack-compose/androidx.compose.material3.adaptive/adaptive-layout/classes/PaneExpansionState). It will provide suitable [contentDescription](/jetpack-compose/androidx.compose.remote/remote-creation-compose/properties/contentDescription) as well as [onClick](/jetpack-compose/androidx.compose.ui/ui/functions/onClick) function
to move the pane expansion among anchors that can be operated via accessibility services.

It's supposed to be used with a [PaneScaffoldScope.paneExpansionDraggable](/jetpack-compose/androidx.compose.material3.adaptive/adaptive-layout/interfaces/PaneScaffoldScope) modifier, or a plain
[semantics](/jetpack-compose/androidx.compose.remote/remote-creation-compose/functions/semantics) modifier associated with a drag handle composable.