Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/AdvancedSearchValueFilter
AdvancedSearchValueFilterProps
Interface AdvancedSearchValueFilterProps
interface
AdvancedSearchValueFilterProps
{
onMove
:
(
id
:
string
,
targetId
:
string
)
=>
void
;
onRemove
:
(
id
:
string
)
=>
void
;
onSelect
:
(
id
:
string
)
=>
void
;
query
:
AdvancedSearchQuery
;
readOnly
?:
boolean
;
selected
?:
boolean
;
}
Index
Properties
on
Move
on
Remove
on
Select
query
read
Only?
selected?
Properties
on
Move
onMove
:
(
id
:
string
,
targetId
:
string
)
=>
void
on
Remove
onRemove
:
(
id
:
string
)
=>
void
on
Select
onSelect
:
(
id
:
string
)
=>
void
query
query
:
AdvancedSearchQuery
Optional
read
Only
readOnly
?:
boolean
Optional
selected
selected
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Move
on
Remove
on
Select
query
read
Only
selected
@thepalaceproject/circulation-admin
Loading...