Hi CJ.
There is currently no way to get the name/text of a
One option might be to use a string parameter. You can display it as a label (by selecting label as the widget type) and get/set its value with params.getValue('OID', 0) and params.setValue(OID, 0, 'NEW VALUE').
#DashBoard