Skip to main content
Version: Current

foundation-entity-management.profiles

Home > @genesislcap/foundation-entity-management > Profiles

Profiles class

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

ConstructorModifiersDescription
(constructor)()Constructor will set the EntityManagement.createEvent EntityManagement.deleteEvent EntityManagement.updateEvent to match the permissions set from the server

Methods

MethodModifiersDescription
confirmDelete()
readProfileData(profile)