<h2 id="semantics-mergedescendants-properties">semantics</h2>

<div class='sourceset sourceset-android'>Android</div>

```kotlin
public fun RemoteModifier.semantics(
    mergeDescendants: Boolean = false,
    properties: SemanticsPropertyReceiver.() -> Unit,
): RemoteModifier
```

Adds semantics to the node.

#### Parameters

| | |
| --- | --- |
| mergeDescendants | Whether to merge the semantics of all descendants into this node. |
| properties | A lambda to configure the semantics. |