mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
723 B
723 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.
Implemented by
Properties
commands
• commands: Map<string, string>
Defined in
src/core/contracts/module-store.ts:7
metadata
• metadata: WeakMap<Module, CommandMeta>