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