Parent component from which the action is invoked.
Parent component from which the action is invoked. For example
if used from within a synth-graph, this will be some Proc.Obj
.
None
if the action is directly invoked without dedicated parent.
Root folder of the workspace containing the action.
The action object itself, most prominently giving access to linked objects via its attributes.
A result object from the invoker.
A result object from the invoker. To permit different kind of invocations,
this value is untyped. Conventionally, Action.DoubleVector
and Action.FloatVector
are used for collections of numbers.