Scripting API / dashboard/retrievals/AlsoRetrieveApi / External
External
Classes
AlsoRetrieveFinishedScriptEvent
Extends
Properties
| Property | Modifier | Type | Inherited from |
|---|---|---|---|
data |
public |
AlsoRetrieveFinishedEventData |
ScriptEvent.data |
Accessors
isPropagationStopped
Get Signature
get isPropagationStopped():
boolean
Returns
boolean
Inherited from
ScriptEvent.isPropagationStopped
Methods
stopPropagation()
stopPropagation():
void
Stop this event from continuing to the next event handler. This does not prevent any default behaviors from occurring
Returns
void
Inherited from
Type Aliases
AlsoRetrieveEventData
AlsoRetrieveEventData =
object
Properties
| Property | Type |
|---|---|
linkedGuid |
string |
retrievalScriptId |
string |
AlsoRetrieveFinishedEventData
AlsoRetrieveFinishedEventData =
AlsoRetrieveEventData&object
Type Declaration
| Name | Type |
|---|---|
response |
object |
response.accountabilityData? |
Record<string, AccountabilityDataPoint[]> |
response.control? |
Record<string, ControlDetail[]> |
response.dmsData? |
Record<string, DMSDataDetail[]> |
response.histogram? |
Record<string, HistogramDetail[]> |
response.oee? |
Record<string, OEEDetail[]> |
response.oeeData? |
Record<string, OEEDataDetail[]> |
response.pareto? |
Record<string, ParetoDetail[]> |
response.spcData? |
Record<string, SPCDataDetail[]> |
response.stats? |
Record<string, StatsGridRetrievalData> |
response.taskData? |
Record<string, TaskDataDetail[]> |
response.trend? |
Record<string, DMSTrendDetail[]> |