Type Alias DefaultDataStorageOperation
DefaultDataStorageOperation : {
operation: "default";
value: null;
}
operation: "default";
value: null;
}
Type declaration
Readonly
operation: "default"Readonly
value: 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
default
of the SetPacket's (value
is ignored).