Interface LanesSidebarProps
Properties
drag
drag: ( newState: { draggableId?: string; draggingFrom?: string; lanes?: LaneData[]; orderChanged?: boolean; },) => void Optional
findLaneForIdentifier
Optional
identifier
identifier?: string
Optional
library
library?: string
orderChanged
orderChanged: boolean
Optional
toggleLaneVisibility
toggleLaneVisibility?: ( lane: LaneData, shouldBeVisible: boolean,) => Promise<void>