We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The code from here should be abstracted into a canReflect API:
if(observable instanceof Observation) { observable.compute._primaryDepth = nodeList.nesting; } else if(observable.computeInstance) { observable.computeInstance.setPrimaryDepth(nodeList.nesting); } else if(observable.observation) { observable.observation.compute._primaryDepth = nodeList.nesting; }
Maybe this should be called priority or orderNumber.
priority
orderNumber
The text was updated successfully, but these errors were encountered:
I like setPriority which will be a number from 0->Infinity where 0 is the highest priority.
setPriority
0->Infinity
Sorry, something went wrong.
justinbmeyer
No branches or pull requests
The code from here should be abstracted into a canReflect API:
Maybe this should be called
priority
ororderNumber
.The text was updated successfully, but these errors were encountered: