Files
website/docs/api/classes/ModuleStore.md
2023-07-28 00:15:56 -05:00

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

CoreModuleStore.commands

Defined in

src/core/structures/module-store.ts:11


metadata

metadata: WeakMap<Module, CommandMeta>

Implementation of

CoreModuleStore.metadata

Defined in

src/core/structures/module-store.ts:10