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
Each node will respond to specific methods regardless of their internal representation? For example node.id, node.label, node.icon, node.toString(), node.handleSubmit
Also, it'd help with components being able to reference data fields used in other components. For example, for the new "Calculate" component, it'd be nice to be able to get type-completion for creating complex formulas. Just having an array of dataFields would be already useful for referencing, but we could also try and be smarter and differentiate between inputs and outputs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
From GDocs:
Also, it'd help with components being able to reference data fields used in other components. For example, for the new "Calculate" component, it'd be nice to be able to get type-completion for creating complex formulas. Just having an array of
dataFields
would be already useful for referencing, but we could also try and be smarter and differentiate between inputs and outputs.Beta Was this translation helpful? Give feedback.
All reactions