Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/LaneEditor
LaneEditorProps
Interface LaneEditorProps
interface
LaneEditorProps
{
children
?:
ReactNode
;
customLists
:
CustomListData
[]
;
deleteLane
?:
(
lane
:
LaneData
)
=>
Promise
<
void
>
;
editLane
:
(
data
:
FormData
)
=>
Promise
<
void
>
;
editOrCreate
?:
string
;
findParentOfLane
:
(
lane
:
LaneData
)
=>
LaneData
;
key
?:
Key
;
lane
?:
LaneData
;
library
:
string
;
ref
?:
LegacyRef
<
default
>
;
responseBody
?:
string
;
toggleLaneVisibility
:
(
lane
:
LaneData
,
shouldBeVisible
:
boolean
,
)
=>
Promise
<
void
>
;
}
Hierarchy
Props
<
default
>
LaneEditorProps
Index
Properties
children?
custom
Lists
delete
Lane?
edit
Lane
edit
Or
Create?
find
Parent
Of
Lane
key?
lane?
library
ref?
response
Body?
toggle
Lane
Visibility
Properties
Optional
children
children
?:
ReactNode
custom
Lists
customLists
:
CustomListData
[]
Optional
delete
Lane
deleteLane
?:
(
lane
:
LaneData
)
=>
Promise
<
void
>
edit
Lane
editLane
:
(
data
:
FormData
)
=>
Promise
<
void
>
Optional
edit
Or
Create
editOrCreate
?:
string
find
Parent
Of
Lane
findParentOfLane
:
(
lane
:
LaneData
)
=>
LaneData
Optional
key
key
?:
Key
Optional
lane
lane
?:
LaneData
library
library
:
string
Optional
ref
ref
?:
LegacyRef
<
default
>
Optional
response
Body
responseBody
?:
string
toggle
Lane
Visibility
toggleLaneVisibility
:
(
lane
:
LaneData
,
shouldBeVisible
:
boolean
,
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
custom
Lists
delete
Lane
edit
Lane
edit
Or
Create
find
Parent
Of
Lane
key
lane
library
ref
response
Body
toggle
Lane
Visibility
@thepalaceproject/circulation-admin
Loading...