• Renders the depth marker for a given tree node for example:

    └/root
    ├/root/alpha
    │└/root/alpha/1
    │ └/root/alpha/1/a
    └/root/beta
    └/root/beta/1

    setting the "pipe", "elbow", "spacer", and "tee" props alters how the hierarchical shapes are rendered. By default they use the ascii box-drawing characters.

    • pipe:
    • spacer:
    • tee:
    • elbow:

    Parameters

    Returns Element