@thepalaceproject/circulation-admin
Preparing search index...
components/AdvancedSearchFilterViewer
AdvancedSearchFilterViewerProps
Interface AdvancedSearchFilterViewerProps
interface
AdvancedSearchFilterViewerProps
{
onBooleanChange
:
(
id
:
string
,
bool
:
string
)
=>
void
;
onMove
:
(
id
:
string
,
targetId
:
string
)
=>
void
;
onRemove
:
(
id
:
string
)
=>
void
;
onSelect
:
(
id
:
string
)
=>
void
;
query
:
AdvancedSearchQuery
;
readOnly
?:
boolean
;
selectedQueryId
?:
string
;
}
Index
Properties
on
Boolean
Change
on
Move
on
Remove
on
Select
query
read
Only?
selected
Query
Id?
Properties
on
Boolean
Change
onBooleanChange
:
(
id
:
string
,
bool
:
string
)
=>
void
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
Query
Id
selectedQueryId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Boolean
Change
on
Move
on
Remove
on
Select
query
read
Only
selected
Query
Id
@thepalaceproject/circulation-admin
Loading...