-
Notifications
You must be signed in to change notification settings - Fork 18
Components
holds information (the concrete data structure for this is also referred to as a spec) about how a component or single morph should be styled. Policies can also style the submorphs of a morph.
are morph hierarchies that can be written down in a declarative manner that can also specify which policies should be used to style the whole hierarchy or parts of it.
a data structure that keeps track of dependent components of a component, its style policies,...
an instance of a component, generated via the part method. actual morph one can touch. its properties are dictated by the component definition (structue) and their policies (style properties).
another name for the style policy currently applied to a morph.
are the product of overwriting a property when instantiating a part.