You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now Property define the name, the way it should be parsed and the way it should be processed. This makes impossible to provide different implementations for modulate property, for example, which should have different systems for different nodes (img and stylebox-related).
The idea is to move name, type and parser parts to the Property and system parts to the PropertySystem that type alias Property.
The text was updated successfully, but these errors were encountered:
For now
Property
define the name, the way it should be parsed and the way it should be processed. This makes impossible to provide different implementations formodulate
property, for example, which should have different systems for different nodes (img
andstylebox-related
).The idea is to move
name
,type
andparser
parts to theProperty
and system parts to thePropertySystem
that type aliasProperty
.The text was updated successfully, but these errors were encountered: