Open
Description
Most of the custom Component Part extension API is undocumented, and some of it is subject to change
Similarly, extending or substituting various "engine" classes in Modulo is undocumented (e.g. Reconcile, DOMCursor, AssetManager). The eventual goal is full customization of these as well, so that you can incorporate image-packing or transformations during the build-step, for example, or a more clever DOM resolver that better guesses element changes.
The Templater has an example in the Experiments page.