JoyDomStore
Compose's view of a JoyStore: the resolved spec, the current state and the session log are snapshot state, so committing an interaction recomposes whatever reads them.
The store owns the state; composition only reads it. Hold one with rememberJoyDomStore when the host needs the state, the log or rewind; otherwise let the store-backed JoyDom overload create one internally.
Functions
Link copied to clipboard
Dispatches a renderer event binding.
fun dispatch(binding: <Error class: unknown class>, payload: <Error class: unknown class> = JsonNull)
Feeds a fired binding into the loop. Serial, and never throws — it runs in gesture callbacks.