Files
website/docs/api/interfaces/CoreModuleStore.md
2024-01-08 18:32:17 +00:00

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>

Defined in

src/core/contracts/module-store.ts:8