findRegisteredClass MethodStatic
Find a registered class by classFullName.
findRegisteredClass(classFullName: string): undefined |
@returns The Entity class or undefined
| Parameter | Type | Description |
|---|---|---|
| classFullName | string | class to find |
Returns - undefined |
The Entity class or undefined
Defined in
- core/backend/src/ClassRegistry.ts Line 237
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.