Libraries anvil runtime Type getParameterList

array getParameterList()
Returns array containing a function's parameters list. For each parameter there exists an tuple (required, defaultValue, docText, docTypeText). These tuples are mapped to array with parameters names. If parameter name is .. it indicates that this function accepts variable length arguments and mapped tuple contains (restName, docText, docTypeText).