[Mark]
In http://learn.exaptive.com/courses/take/basics-of-building-a-python-component/texts/159356-creating-inputs-and-outputs it says that you can add an explicit ‘method’ to be called when the input is sent. Is this still true? In one of the components’ default scripts, it says:
//This function is named based on the name of the input
doSomething() {
I don't think we can manually edit the spec for inputs/outputs, for that matter.
Yui Nishizawa
[Mark]
In http://learn.exaptive.com/courses/take/basics-of-building-a-python-component/texts/159356-creating-inputs-and-outputs it says that you can add an explicit ‘method’ to be called when the input is sent. Is this still true? In one of the components’ default scripts, it says:
//This function is named based on the name of the input
doSomething() {
I don't think we can manually edit the spec for inputs/outputs, for that matter.