Skip to content

Scripting API / dashboard/retrievals/AlsoRetrieveListener

dashboard/retrievals/AlsoRetrieveListener

Modules

Module Description
External -

Classes

AlsoRetrieveListener

Extends

Methods

addEventListener()

addEventListener(eventType, handler): ScriptEventSubscription

Binds the given function to an event fired by one or more sub-inspections. Returns a GUID that can be used to remove the added event

Parameters
Parameter Type Description
eventType "finished" Type of event to bind to (e.g. 'afterStart'). Valid types are determined by the EventType generic.
handler EventHandler<AlsoRetrieveEventOptions> -
Returns

ScriptEventSubscription

Inherited from

GSEventListener.addEventListener

Type Aliases

AlsoRetrieveEventOptions

AlsoRetrieveEventOptions = object

Properties

Property Type
linkedGuid string
retrievalScriptId string