lib.modules: in evalModules return move _module.class -> configurationClass

This commit is contained in:
Robert Hensing
2023-04-27 19:50:20 +02:00
parent 4c7aa7d831
commit 89491bef8d
3 changed files with 10 additions and 11 deletions

View File

@@ -95,3 +95,11 @@ If you do reference multiple `config` (or `options`) from before and after `exte
A portion of the configuration tree which is elided from `config`.
<!-- TODO: when markdown migration is complete, make _module docs visible again and reference _module docs. Maybe move those docs into this chapter? -->
#### `_type` {#module-system-lib-evalModules-return-value-_type}
A nominal type marker, always `"configuration"`.
#### `configurationClass` {#module-system-lib-evalModules-return-value-_configurationClass}
Equal to the [`class` parameter](#module-system-lib-evalModules-param-class).