shamansir / elm-aframe / AFrame.Properties

Property

Property of a component. Hardly everything under AFrame.Components are just properties so that theu may be passed to components as a list and form an Attribute in the end.


type alias Property =
( String, String )

Property is a tuple of its name/ID and current stringified value

property : String -> String -> Property

Create custom property.

Conversion

toString : List Property -> String

Encode a list of properties into the aframe-friendly string.