execute
[ Function ]
execute(
requiredArgs: any[] = []
): any;
Calls the function from the description with which the constructor was called and returns the corresponding return value.
Parameter
Name | Type | Description |
---|---|---|
requiredArgs | any[] | Transfer of parameters that are not listed in the function definition and must be injected by the caller. Functions can define parameters that are not displayed in input masks and are set by the caller (e.g. Control). |
Return value
Type | Description |
---|---|
Return value of the function |
Available from version 1.10 |