| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| returnValue | Boolean | ByRef | The Return Value from the Script function. | |
| eventId | String | The Event Id. | ||
| parametersJson | String | A JSON-formatted String of the event parameters. | ||
| startupParametersJson | String | A JSON-formatted String of the start-up parameters. | ||
| hostingContext | isefinHtmlWidgetHostingContext | Details about where this Widget is being run from. | ||
| scriptRequestInfo | finScriptRequestInfo | Information about the Request to this Script. | ||
| scriptContextData | ISKeyValueList | Any additional information that the Script may require. | ||
| widgetReturnValue | String | ByRef | The Widget Return Value, e.g., HTML or a JSON formatted String. |
A Boolean value indicating success.