mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
724 B
724 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>