mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
1.0 KiB
1.0 KiB
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| ModuleStore | Class: ModuleStore | ModuleStore | 0 | null |
Represents a core module store that stores IDs mapped to file paths.
Implements
Constructors
constructor
• new ModuleStore()
Properties
commands
• commands: Map<string, string>
Implementation of
Defined in
src/core/structures/module-store.ts:11
metadata
• metadata: WeakMap<Module, CommandMeta>