Type Alias PopDataStorageOperation
Type declaration
Readonly
operation: "pop"Readonly
value: JSONSerializableA value for the operation to apply against the current data storage value.
See
DataStorageOperation for all possible operation subtypes.
Readonly
operation: "pop"Readonly
value: JSONSerializableA value for the operation to apply against the current data storage value.
DataStorageOperation for all possible operation subtypes.
List or Dict only: for
lists
it will remove the index of thevalue
given. Fordicts
it removes the element with the specified key ofvalue
.