Module
Panda.Property.Watchers
- Package
- purescript-panda
- Repository
- i-am-tom/purescript-panda
#Renderer Source
type Renderer update state event = { state :: state, update :: update } -> Array PropertyUpdate
#watch Source
watch :: forall event state update. ({ state :: state, update :: update } -> Array PropertyUpdate) -> Property update state event
General constructor for property watches. Kind of the "advanced mode" - use the other functions if possible.