Value cycle as prop
Atomico has a really efficient and simple type validation method, the type validation works in the following way:
Cycle as attribute:
the given value is transformed to the corresponding type, be it String, Number, Boolean, Array or Object, once transformed it is sent to the cycle as property.
Cycle as property:
evaluates if the value is of the declared type:
If it corresponds to the type:
An event is emitted (if this has been configured in the prop).