Module

OutWatch.Dom.SnabbdomHelpers

Package
purescript-outwatch
Repository
OutWatch/purescript-outwatch

#Properties Source

type Properties e = { attrs :: List Attribute, destroys :: List (DestroyHook e), inserts :: List (InsertHook e), updates :: List (UpdateHook e) }

#emittersToEventObject Source