Home > @3rdweb/sdk > AppModule > getCollectionModules
Warning: This API is now obsolete.
- Use AppModule.getAllModuleMetadata() instead
Method to get a list of Bundle module metadata.
Signature:
getCollectionModules(): Promise<ModuleMetadata[]>;
Returns:
Promise<ModuleMetadata[]>
A promise of an array of Bundle modules.