@thepalaceproject/circulation-admin
Preparing search index...
components/LaneCustomListsEditor
LaneCustomListsEditorProps
Interface LaneCustomListsEditorProps
interface
LaneCustomListsEditorProps
{
allCustomLists
:
CustomListData
[]
;
changeFilter
?:
(
value
:
string
)
=>
void
;
children
?:
ReactNode
;
customListIds
:
number
[]
;
filter
?:
string
;
filteredCustomLists
?:
CustomListData
[]
;
key
?:
Key
;
onUpdate
?:
(
customListIds
:
number
[]
)
=>
void
;
ref
?:
LegacyRef
<
default
>
;
}
Hierarchy
Props
<
default
>
LaneCustomListsEditorProps
Index
Properties
all
Custom
Lists
change
Filter?
children?
custom
List
Ids
filter?
filtered
Custom
Lists?
key?
on
Update?
ref?
Properties
all
Custom
Lists
allCustomLists
:
CustomListData
[]
Optional
change
Filter
changeFilter
?:
(
value
:
string
)
=>
void
Optional
children
children
?:
ReactNode
custom
List
Ids
customListIds
:
number
[]
Optional
filter
filter
?:
string
Optional
filtered
Custom
Lists
filteredCustomLists
?:
CustomListData
[]
Optional
key
key
?:
Key
Optional
on
Update
onUpdate
?:
(
customListIds
:
number
[]
)
=>
void
Optional
ref
ref
?:
LegacyRef
<
default
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
all
Custom
Lists
change
Filter
children
custom
List
Ids
filter
filtered
Custom
Lists
key
on
Update
ref
@thepalaceproject/circulation-admin
Loading...