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
It happens because their renderers have no edit handler, which is true for all new channels since it is not known which type of editor they require (number input?, checkbox?, etc.). Current (kinda hacky) way to "inherit" an editor from another channel could be:
But probably there should be an easy way to inherit properties from another channel type even in the type definition, so to say "my new channel is extending util/number channel in every possible way, including renderer, but ...".
shamansir
changed the title
Some inlets (with adapt function?) are yet not editable
Extending channel types definitions.
Feb 13, 2017
Despite of #99 and #429
The text was updated successfully, but these errors were encountered: