LWT JavaScript API
Preparing search index...
modules/user/pages/profile_app
ProfileAppData
Interface ProfileAppData
Alpine state for the profile page.
interface
ProfileAppData
{
confirmPassword
:
string
;
currentPassword
:
string
;
email
:
string
;
emailVerified
:
boolean
;
isLoading
:
boolean
;
isSavingPassword
:
boolean
;
isSavingProfile
:
boolean
;
newPassword
:
string
;
passwordError
:
string
;
passwordSuccess
:
string
;
profileError
:
string
;
profileSuccess
:
string
;
username
:
string
;
init
()
:
Promise
<
void
>
;
load
()
:
Promise
<
void
>
;
savePassword
()
:
Promise
<
void
>
;
saveProfile
()
:
Promise
<
void
>
;
}
Index
Properties
confirm
Password
current
Password
email
email
Verified
is
Loading
is
Saving
Password
is
Saving
Profile
new
Password
password
Error
password
Success
profile
Error
profile
Success
username
Methods
init
load
save
Password
save
Profile
Properties
confirm
Password
confirmPassword
:
string
current
Password
currentPassword
:
string
email
email
:
string
email
Verified
emailVerified
:
boolean
is
Loading
isLoading
:
boolean
is
Saving
Password
isSavingPassword
:
boolean
is
Saving
Profile
isSavingProfile
:
boolean
new
Password
newPassword
:
string
password
Error
passwordError
:
string
password
Success
passwordSuccess
:
string
profile
Error
profileError
:
string
profile
Success
profileSuccess
:
string
username
username
:
string
Methods
init
init
()
:
Promise
<
void
>
Returns
Promise
<
void
>
load
load
()
:
Promise
<
void
>
Returns
Promise
<
void
>
save
Password
savePassword
()
:
Promise
<
void
>
Returns
Promise
<
void
>
save
Profile
saveProfile
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
confirm
Password
current
Password
email
email
Verified
is
Loading
is
Saving
Password
is
Saving
Profile
new
Password
password
Error
password
Success
profile
Error
profile
Success
username
Methods
init
load
save
Password
save
Profile
LWT JavaScript API
Loading...
Alpine state for the profile page.