AutomationFunctionConfig
Type: Object
Configuration for Function nodes that execute Lua functions. Provides parameter mapping and execution control for custom function calls.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| expression | ExpressionScalar! | Expression to derive the args for the function | ||
| function | Function! | Reference to the function resource to execute | ||
| functionId | ID! | |||
| type | String! | Node type identifier |