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