Relationship between TypeScript and Actions

Hello,

I am looking to better understand what is done in TypeScript, what is done in the Ontology Action UI, and what could be done in either. I am specifically interested in knowing if you can dynamically adjust the dropdown options for a parameter. I know I can create a mapping object set of sorts to use in the dropdown where it’s created from the options in an object set but I was hoping you could do this in TypeScript as well.

The list of functionality I am looking at are… I know all these are in the Action UI but is that the only way they are configured (besides adjusting defaults in Workshop)?

  1. Visibility
  2. Sections
  3. Requirement
  4. Default Values
  5. Disabled (hidden or disabled)
  6. Display (toggle, dropdown etc)

Hope this question makes sense and thanks in advance,
Paul Burns