Cleaned persistence manager, updated ui-options connectivity

This commit is contained in:
2025-04-06 19:35:05 +00:00
parent 0ab639fd25
commit 0842cbfefc
6 changed files with 107 additions and 114 deletions
+16
View File
@@ -188,6 +188,22 @@ export class BaseModule {
return this.state;
}
/**
* Get the module ID
* @returns {string} - Module ID
*/
getId() {
return this.id;
}
/**
* Get the module name
* @returns {string} - Module name
*/
getName() {
return this.name;
}
/**
* Dispatch a module event
* @param {string} name - Event name