DASH
0.3.0
|
![]() |
Implementing view modifier chain as combination of command pattern and chain of responsibility pattern. For now, only compile-time projections/slices are supported such as:
but not run-time projections/slices like:
A view composition is a chained application of view modifier types that depend on the type of their predecessor in the chain.
Example:
Consequently, specific ViewMod types are defined for every modifier category.