Cleaned persistence manager, updated ui-options connectivity
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user