Hierarchy

  • LaneProps

Properties

active: boolean
lane: LaneData
library: string
orderChanged: boolean
parent?: LaneData
provided?: any
renderLanes: ((lanes: LaneData[], parent: LaneData) => Element)

Type declaration

snapshot?: any
toggleLaneVisibility: ((lane: LaneData, shouldBeVisible: boolean) => Promise<void>)

Type declaration

    • (lane: LaneData, shouldBeVisible: boolean): Promise<void>
    • Parameters

      • lane: LaneData
      • shouldBeVisible: boolean

      Returns Promise<void>

Generated using TypeDoc