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