Flarum (v2.0.0-beta.3)
Preparing search index...
flarum
common/components/RequestErrorModal
IRequestErrorModalAttrs
Interface IRequestErrorModalAttrs
interface
IRequestErrorModalAttrs
{
animateHide
:
(
closedCallback
?:
()
=>
void
)
=>
void
;
animateShow
:
(
readyCallback
?:
()
=>
void
)
=>
void
;
error
:
RequestError
;
formattedError
:
string
[]
;
state
:
ModalManagerState
;
}
Hierarchy (
View Summary
)
IInternalModalAttrs
IRequestErrorModalAttrs
Index
Properties
animate
Hide
animate
Show
error
formatted
Error
state
Properties
animate
Hide
animateHide
:
(
closedCallback
?:
()
=>
void
)
=>
void
animate
Show
animateShow
:
(
readyCallback
?:
()
=>
void
)
=>
void
error
error
:
RequestError
formatted
Error
formattedError
:
string
[]
state
state
:
ModalManagerState
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
animate
Hide
animate
Show
error
formatted
Error
state
Flarum (v2.0.0-beta.3)
Loading...