Module
Flame.Types
- Package
- purescript-flame
- Repository
- easafe/purescript-flame
Types common to Flame modules
#VNodeEvents Source
data VNodeEvents :: TypeRepresents a list of events listeners
#PreApplication Source
type PreApplication model message = App model message (init :: model)PreApplication contains
init– the initial modelview– a function to update your markup
#DOMElement Source
type DOMElement = ElementA native HTML element
#ToNodeData Source
type ToNodeData message = forall b. message -> NodeData b- Modules
- Flame
- Flame.
Application. DOM - Flame.
Application. EffectList - Flame.
Application. Effectful - Flame.
Application. NoEffects - Flame.
Application. PreMount - Flame.
External - Flame.
External. Document - Flame.
External. Source - Flame.
External. Types - Flame.
External. Window - Flame.
HTML. Attribute - Flame.
HTML. Attribute. Internal - Flame.
HTML. Element - Flame.
HTML. Event - Flame.
Renderer - Flame.
Renderer. String - Flame.
Types