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