Type Alias DefaultDataStorageOperation
DefaultDataStorageOperation : {
operation: "default";
value: null;
}
operation: "default";
value: null;
}
Type declaration
Readonlyoperation: "default"Readonlyvalue: nullA value for the operation to apply against the current data storage value.
See
DataStorageOperation for all possible operation subtypes.
If the key has no value yet, sets the current value of the key to
defaultof the SetPacket's (valueis ignored).