foundation-entity-management.profiles
Home > @genesislcap/foundation-entity-management > Profiles
Profiles class
Warning: This API is now obsolete.
- Use '@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/@genesislcap/pbc-auth'
Main class which defined the profile management functionality
Signature:
export declare class Profiles extends EntityManagement
Extends: EntityManagement
Remarks
Under the hood the profile-management is the entity-management micro-frontend configured for use with the ALL_PROFILES resource.
Example
You can use this class by forward declaring it in the template file where it is used, and then using it in a html template. It is recommended to wrap it in an error boundary.
<profile-management></profile-management>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)() | Constructor will set the EntityManagement.createEvent EntityManagement.deleteEvent EntityManagement.updateEvent to match the permissions set from the server |
Methods
| Method | Modifiers | Description |
|---|---|---|
| confirmDelete() | ||
| readProfileData(profile) |