Module
Flame.HTML.Property  
- Package
 - purescript-flame
 - Repository
 - easafe/purescript-flame
 
Definition of HTML properties
#ToProperty Source
type ToProperty = ToNodeData Boolean#createProperty Source
createProperty :: forall message. String -> Boolean -> NodeData messageCreates a property
A property is a presential (boolean) attribute such as checked or enabled
#isMap Source
isMap :: ToProperty#loop Source
loop :: ToProperty- 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. Window  - Flame.
HTML. Attribute  - Flame.
HTML. Attribute. Internal  - Flame.
HTML. Element  - Flame.
HTML. Event  - Flame.
HTML. Property  - Flame.
Renderer  - Flame.
Renderer. String  - Flame.
Types