···1717 * `id`: Load from local user-data storage cache (indexedDB)
1818 * `path`: Load from default Diffuse set, path to HTML file in the project.
1919- Feature facets that are enabled in the user's storage are loaded automatically before any interface is loaded through the loader.
2020+- Every interface facet MUST remove the loading animation using `foundation.ready()`, and ideally it would set the document title as well using `foundation.setup({ title })`.
2021- Elements that are configured to be part of a `group` use a `BroadcastChannel` to communicate and/or use a `SharedWorker`.
2122- Data schemas are originally defined as lexicon JSON files. From this Typescript files/types are generated.
2223