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


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

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


```kotlin
var SemanticsPropertyReceiver.fillableData
```


The current value of a component that can be autofilled.

This property is used to expose the component's current data *to* the autofill service. The
service can then read this value, for example, to save it for future autofill suggestions.

This is the counterpart to the `onFillData` action, which is used to *receive* data from the
autofill service.