Flarum (v2.0.0-beta.6)
Preparing search index...
flarum
common/components/SearchModal
ISearchModalAttrs
Interface ISearchModalAttrs
interface
ISearchModalAttrs
{
animateHide
:
(
closedCallback
?:
()
=>
void
)
=>
void
;
animateShow
:
(
readyCallback
?:
()
=>
void
)
=>
void
;
onchange
:
(
value
:
string
)
=>
void
;
searchState
:
SearchState
;
sources
:
GlobalSearchSource
[]
;
state
:
ModalManagerState
;
}
Hierarchy (
View Summary
)
IFormModalAttrs
ISearchModalAttrs
Index
Properties
animate
Hide
animate
Show
onchange
search
State
sources
state
Properties
animate
Hide
animateHide
:
(
closedCallback
?:
()
=>
void
)
=>
void
animate
Show
animateShow
:
(
readyCallback
?:
()
=>
void
)
=>
void
onchange
onchange
:
(
value
:
string
)
=>
void
search
State
searchState
:
SearchState
sources
sources
:
GlobalSearchSource
[]
state
state
:
ModalManagerState
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
animate
Hide
animate
Show
onchange
search
State
sources
state
Flarum (v2.0.0-beta.6)
Loading...