summaryrefslogtreecommitdiffstats
path: root/doc/module-system
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-04-27 19:50:20 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-05-06 18:32:59 +0200
commit89491bef8dc72496812d94c32b5fdd962cbbe1f6 (patch)
treeeb71bfe16289bb5982f98e64e3b70b52603a2902 /doc/module-system
parent4c7aa7d831aa691a7331967a4a839b1088a48493 (diff)
lib.modules: in evalModules return move _module.class -> configurationClass
Diffstat (limited to 'doc/module-system')
-rw-r--r--doc/module-system/module-system.chapter.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/module-system/module-system.chapter.md b/doc/module-system/module-system.chapter.md
index 9df7a1672a63..b82a546e4aa6 100644
--- a/doc/module-system/module-system.chapter.md
+++ b/doc/module-system/module-system.chapter.md
@@ -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).