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