AtomSetMessage: {
    payload: {
        atom: Atom;
        key: string;
    };
    type: "atom/set";
}

A message to set an Atom.

Type declaration

  • payload: {
        atom: Atom;
        key: string;
    }
    • atom: Atom
    • key: string
  • type: "atom/set"