Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Nodes should be renamed to "children" #104

Open
1 task done
aykutkardas opened this issue Feb 22, 2022 · 0 comments
Open
1 task done

Nodes should be renamed to "children" #104

aykutkardas opened this issue Feb 22, 2022 · 0 comments
Labels

Comments

@aykutkardas
Copy link
Contributor

aykutkardas commented Feb 22, 2022

Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.

  • I'm submitting a ...

    • feature request
  • Do you want to request a feature or report a bug?

  • What is the current behavior?

[
  {
    "id": 1,
    "label": "Animal",
    "nodes": [
      {
        "id": 2,
        "label": "Dog"
      }
    ]
  }
]
  • What is the expected behavior?
[
  {
    "id": 1,
    "label": "Animal",
    "children": [
      {
        "id": 2,
        "label": "Dog"
      }
    ]
  }
]
  • What is the motivation / use case for changing the behavior?
    Common usage is like this.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant