Closed koba04 closed 3 years ago
Currently, the event objects become the various types of objects, which is not type-safe and hard to track the communication between panels and contents. It would be nice if those has a concrete interface like { type: "***" , payload: { ... } }
{ type: "***" , payload: { ... } }
Currently, the event objects become the various types of objects, which is not type-safe and hard to track the communication between panels and contents. It would be nice if those has a concrete interface like
{ type: "***" , payload: { ... } }