LWT JavaScript API
Preparing search index...
modules/user/api/profile_api
ProfileMutationResponse
Interface ProfileMutationResponse
Envelope returned by the profile mutations.
interface
ProfileMutationResponse
{
emailChanged
?:
boolean
;
error
?:
string
;
success
:
boolean
;
}
Index
Properties
email
Changed?
error?
success
Properties
Optional
email
Changed
emailChanged
?:
boolean
Optional
error
error
?:
string
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
email
Changed
error
success
LWT JavaScript API
Loading...
Envelope returned by the profile mutations.