Type Alias ReplaceDataStorageOperation
Type declaration
Readonly
operation: "replace"Readonly
value: JSONSerializableA value for the operation to apply against the current data storage value.
See
DataStorageOperation for all possible operation subtypes.
Sets the current value of the key to
value
.