Home > @plasmicapp/loader-core > Registry
Registry class
Signature:
export declare class Registry
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)() | Constructs a new instance of the Registry class |
Methods
Method | Modifiers | Description |
---|---|---|
clear() | ||
getRegisteredModule(name) | ||
hasModule(name, opts) | ||
isEmpty() | ||
load(name, opts) | ||
register(name, module) | ||
updateModules(bundle) |