Flarum (v2.0.0-beta.1)
Preparing search index...
flarum
forum/components/ForgotPasswordModal
IForgotPasswordModalAttrs
Interface IForgotPasswordModalAttrs
interface
IForgotPasswordModalAttrs
{
animateHide
:
(
closedCallback
?:
()
=>
void
)
=>
void
;
animateShow
:
(
readyCallback
?:
()
=>
void
)
=>
void
;
email
?:
string
;
state
:
ModalManagerState
;
}
Hierarchy (
View Summary
)
IFormModalAttrs
IForgotPasswordModalAttrs
Index
Properties
animate
Hide
animate
Show
email?
state
Properties
animate
Hide
animateHide
:
(
closedCallback
?:
()
=>
void
)
=>
void
animate
Show
animateShow
:
(
readyCallback
?:
()
=>
void
)
=>
void
Optional
email
email
?:
string
state
state
:
ModalManagerState
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
animate
Hide
animate
Show
email
state
Flarum (v2.0.0-beta.1)
Loading...