Flarum (v2.0.0-beta.1)
Preparing search index...
flarum
common/components/UserSelectionModal
IUserSelectionModalAttrs
Interface IUserSelectionModalAttrs
interface
IUserSelectionModalAttrs
{
animateHide
:
(
closedCallback
?:
()
=>
void
)
=>
void
;
animateShow
:
(
readyCallback
?:
()
=>
void
)
=>
void
;
excluded
?:
(
string
|
number
)
[]
;
maxItems
?:
number
;
onsubmit
:
(
users
:
User
[]
)
=>
void
;
selected
:
User
[]
;
state
:
ModalManagerState
;
title
?:
string
;
}
Hierarchy (
View Summary
)
IFormModalAttrs
IUserSelectionModalAttrs
Index
Properties
animate
Hide
animate
Show
excluded?
max
Items?
onsubmit
selected
state
title?
Properties
animate
Hide
animateHide
:
(
closedCallback
?:
()
=>
void
)
=>
void
animate
Show
animateShow
:
(
readyCallback
?:
()
=>
void
)
=>
void
Optional
excluded
excluded
?:
(
string
|
number
)
[]
Optional
max
Items
maxItems
?:
number
onsubmit
onsubmit
:
(
users
:
User
[]
)
=>
void
selected
selected
:
User
[]
state
state
:
ModalManagerState
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
animate
Hide
animate
Show
excluded
max
Items
onsubmit
selected
state
title
Flarum (v2.0.0-beta.1)
Loading...