packages/components/eui-user-profile/user-profile.component.ts
Represents an extended user profile that includes impersonation capabilities and organizational information.
When using this interface with UserService, specify it as the generic type parameter:
Example: private userService: UserService
UserState
Properties |
|
| function |
function:
|
Type : string
|
| Optional |
|
The user's function or role within the system |
| impersonatingUser |
impersonatingUser:
|
Type : UserProfile
|
| Optional |
|
The profile of another user being impersonated, if applicable |
| organisation |
organisation:
|
Type : literal type
|
| Optional |
|
The organization details associated with the user |