- array[string] dependencies - an array of template argument names on which the assembly of the declared argument depends.
- array[string] hardDependencies - an array of template argument names on which the assembly of the declared argument depends. But unlike dependencies, overloading the argument does not remove this dependency and it is relevant when using hooks
- bool important - if true, even when the argument is redefined by the render method, the hook hooksProgramableArgument is called, but with the value already filled in in a_taskInfo. args.
Example of using the fcf.argProg argument
template.tmpl file:
template.hooks.js file: