You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the functions having a recursive parameter as a boolean could be replaced by an integer instead, representing the allowed recursion depth.
0 -> no recursion
-1 -> like current recursive true, no limits
every other integer -> would serve as a depth limit
This would be usefull to explore contexts without loading galaxy of details. Allowing a more organised step by step exploration.
The text was updated successfully, but these errors were encountered:
What is your idea?
Salutations,
getItemProperties(modelID: number, id: number, recursive?: boolean, inverse?: boolean): Promise;
All the functions having a recursive parameter as a boolean could be replaced by an integer instead, representing the allowed recursion depth.
0 -> no recursion
-1 -> like current recursive true, no limits
every other integer -> would serve as a depth limit
This would be usefull to explore contexts without loading galaxy of details. Allowing a more organised step by step exploration.
The text was updated successfully, but these errors were encountered: