- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
argument-reference
creates: categorical/numeric collection or variable
An argument-reference
data function represents a categorical/numeric collection
or variable
to be replaced by the user's selections from an associated argument
. When the argument
is provided to the protocol
the argument-reference
will be removed.
attribute | type | description | options |
---|---|---|---|
name | string | connects to an argument | must match argument_name for associated argument |
handler | string | connects to the results of an argument | must match handler for the associated argument |
{
"data_function_type": "argument-reference",
"name": "argument_name",
"handler": "handler_name"
}
Was this article helpful?