mirror of
https://github.com/sern-handler/website
synced 2026-06-06 17:26:50 +00:00
658 B
658 B
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| CoreModuleStore | Interface: CoreModuleStore | CoreModuleStore | 0 | null |
Represents a core module store that stores IDs mapped to file paths.
Properties
commands
• commands: Map<string, Module>
Defined in
src/core/contracts/module-store.ts:7
metadata
• metadata: WeakMap<Module, CommandMeta>