Type alias DragRectRenderCallback

DragRectRenderCallback: ((content, node?, json?) => React.ReactElement | undefined)

Type declaration

    • (content, node?, json?): React.ReactElement | undefined
    • Parameters

      • content: React.ReactElement | undefined
      • Optional node: Node
      • Optional json: IJsonTabNode

      Returns React.ReactElement | undefined

Generated using TypeDoc