Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/Lane
LaneProps
Interface LaneProps
interface
LaneProps
{
active
:
boolean
;
lane
:
LaneData
;
library
:
string
;
orderChanged
:
boolean
;
parent
?:
LaneData
;
provided
?:
any
;
renderLanes
:
(
lanes
:
LaneData
[]
,
parent
:
LaneData
)
=>
Element
;
snapshot
?:
any
;
toggleLaneVisibility
:
(
lane
:
LaneData
,
shouldBeVisible
:
boolean
,
)
=>
Promise
<
void
>
;
}
Index
Properties
active
lane
library
order
Changed
parent?
provided?
render
Lanes
snapshot?
toggle
Lane
Visibility
Properties
active
active
:
boolean
lane
lane
:
LaneData
library
library
:
string
order
Changed
orderChanged
:
boolean
Optional
parent
parent
?:
LaneData
Optional
provided
provided
?:
any
render
Lanes
renderLanes
:
(
lanes
:
LaneData
[]
,
parent
:
LaneData
)
=>
Element
Optional
snapshot
snapshot
?:
any
toggle
Lane
Visibility
toggleLaneVisibility
:
(
lane
:
LaneData
,
shouldBeVisible
:
boolean
,
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
lane
library
order
Changed
parent
provided
render
Lanes
snapshot
toggle
Lane
Visibility
@thepalaceproject/circulation-admin
Loading...