Backstage
Docs
Github
Preparing search index...
@backstage/plugin-user-settings
index
useUserProfile
Function useUserProfile
useUserProfile
()
:
|
{
backstageIdentity
?:
undefined
;
displayName
:
string
;
loading
:
boolean
;
profile
:
ProfileInfo
;
}
|
{
backstageIdentity
:
BackstageUserIdentity
;
displayName
:
string
;
loading
:
false
;
profile
:
ProfileInfo
;
}
Returns
|
{
backstageIdentity
?:
undefined
;
displayName
:
string
;
loading
:
boolean
;
profile
:
ProfileInfo
;
}
|
{
backstageIdentity
:
BackstageUserIdentity
;
displayName
:
string
;
loading
:
false
;
profile
:
ProfileInfo
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
Github
Backstage
Loading...