Type Alias DefaultDataStorageOperation

DefaultDataStorageOperation: {
    operation: "default";
    value: null;
}

If the key has no value yet, sets the current value of the key to default of the SetPacket's (value is ignored).

Type declaration

  • Readonlyoperation: "default"
  • Readonlyvalue: null

    A value for the operation to apply against the current data storage value.

DataStorageOperation for all possible operation subtypes.