-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Single-rootSingle-root tree onlySingle-root tree onlyenhancementNew feature or requestNew feature or requesthelp wanted
Description
Actually we need rootId param only for multi-root trees.
Here is a list of API functions with the issue:
- Model.fetchRoot = async function (rootId = 1, options = {})
- Model.fetchTree = async function (depth = 0, rootId = 1, options = {})
Also several private functions:
- Model.prototype.shiftRlValues = async function (first, delta, rootId = 1, options = {})
- Model.prototype.shiftRlRange = async function (first, last, delta, rootId = 1, options = {})
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Single-rootSingle-root tree onlySingle-root tree onlyenhancementNew feature or requestNew feature or requesthelp wanted