@thepalaceproject/circulation-admin
Preparing search index...
components/Lanes
LanesProps
Interface LanesProps
interface
LanesProps
{
changeLaneOrder
:
(
lanes
:
LaneData
[]
)
=>
Promise
<
void
>
;
children
?:
ReactNode
;
csrfToken
:
string
;
customLists
:
CustomListData
[]
;
deleteLane
:
(
laneIdentifier
:
string
)
=>
Promise
<
void
>
;
editLane
:
(
data
:
FormData
)
=>
Promise
<
void
>
;
editOrCreate
?:
string
;
fetchCustomLists
:
()
=>
Promise
<
CustomListsData
>
;
fetchError
?:
FetchErrorData
;
fetchLanes
:
()
=>
Promise
<
LanesData
>
;
formError
?:
FetchErrorData
;
hideLane
:
(
laneIdentifier
:
string
)
=>
Promise
<
void
>
;
identifier
?:
string
;
isFetching
:
boolean
;
key
?:
Key
;
lanes
:
LaneData
[]
;
library
:
string
;
ref
?:
LegacyRef
<
LanesProps
>
;
resetLanes
:
()
=>
Promise
<
void
>
;
responseBody
?:
string
;
showLane
:
(
laneIdentifier
:
string
)
=>
Promise
<
void
>
;
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
;
}
Hierarchy (
View Summary
)
Props
<
LanesProps
>
LanesStateProps
LanesDispatchProps
LanesOwnProps
LanesProps
Index
Properties
change
Lane
Order
children?
csrf
Token
custom
Lists
delete
Lane
edit
Lane
edit
Or
Create?
fetch
Custom
Lists
fetch
Error?
fetch
Lanes
form
Error?
hide
Lane
identifier?
is
Fetching
key?
lanes
library
ref?
reset
Lanes
response
Body?
show
Lane
store?
Properties
change
Lane
Order
changeLaneOrder
:
(
lanes
:
LaneData
[]
)
=>
Promise
<
void
>
Optional
children
children
?:
ReactNode
csrf
Token
csrfToken
:
string
custom
Lists
customLists
:
CustomListData
[]
delete
Lane
deleteLane
:
(
laneIdentifier
:
string
)
=>
Promise
<
void
>
edit
Lane
editLane
:
(
data
:
FormData
)
=>
Promise
<
void
>
Optional
edit
Or
Create
editOrCreate
?:
string
fetch
Custom
Lists
fetchCustomLists
:
()
=>
Promise
<
CustomListsData
>
Optional
fetch
Error
fetchError
?:
FetchErrorData
fetch
Lanes
fetchLanes
:
()
=>
Promise
<
LanesData
>
Optional
form
Error
formError
?:
FetchErrorData
hide
Lane
hideLane
:
(
laneIdentifier
:
string
)
=>
Promise
<
void
>
Optional
identifier
identifier
?:
string
is
Fetching
isFetching
:
boolean
Optional
key
key
?:
Key
lanes
lanes
:
LaneData
[]
library
library
:
string
Optional
ref
ref
?:
LegacyRef
<
LanesProps
>
reset
Lanes
resetLanes
:
()
=>
Promise
<
void
>
Optional
response
Body
responseBody
?:
string
show
Lane
showLane
:
(
laneIdentifier
:
string
)
=>
Promise
<
void
>
Optional
store
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
change
Lane
Order
children
csrf
Token
custom
Lists
delete
Lane
edit
Lane
edit
Or
Create
fetch
Custom
Lists
fetch
Error
fetch
Lanes
form
Error
hide
Lane
identifier
is
Fetching
key
lanes
library
ref
reset
Lanes
response
Body
show
Lane
store
@thepalaceproject/circulation-admin
Loading...