---
title: "toMutableParameters"
description: "Gets a mutable copy of Parameters, containing all key value pairs. This can be used to edit the
parameter data without creating a new object.

This is similar to [Map.toMutableMap]."
type: "function"
---

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


<a id='references'></a>
<div class='sourceset sourceset-android'>Android</div>


```kotlin
public fun ActionParameters.toMutableParameters(): MutableActionParameters
```


Gets a mutable copy of Parameters, containing all key value pairs. This can be used to edit the
parameter data without creating a new object.

This is similar to `Map.toMutableMap`.

#### Returns

| | |
| --- | --- |
|  | a MutableParameters with all the same parameters as this Parameters |




