Skip to content

Programmatically go to node #88

Open
@edan-bainglass

Description

Is there a way to programmatically open a particular node? This would mean expanding the minimal set of parent nodes to get to this particular node.

For example, consider this fully expanded view:

a1
  b1
  b2
    c1
      d1  
    c2
      d2
      d3
  b3
    c3
    c4

If I programmatically selected d1, I would see:

a1
  b1
  b2
    c1
      d1 <- selected
    c2
  b3

leaving c2 and b3 collapsed.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions