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.
( String, String )
Property is a tuple of its name/ID and current stringified value
property : String -> String -> Property
Create custom property.
toString : List Property -> String
Encode a list of properties into the aframe
-friendly string.