close #274 implement the new state management proposal

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 9362baac3e
commit a31efdc169
8 changed files with 259 additions and 144 deletions

3
typings/types.d.ts vendored
View File

@@ -308,6 +308,7 @@ export declare enum ReplayerEvents {
MouseInteraction = "mouse-interaction",
EventCast = "event-cast",
CustomEvent = "custom-event",
Flush = "flush"
Flush = "flush",
StateChange = "state-change"
}
export {};