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