Global

Type Definitions

allReturns

Properties:
Name Type Attributes Description
ref string
data any
id string
task string
status string
error any <nullable>
campaign string <nullable>
Source:
Type:
  • Object

compute_cb(probe) → {any}

Source:
Parameters:
Name Type Description
probe Probe
Returns:
Type:
any

condition_cb(pocket) → {any}

Callback for adding two numbers.

Source:
Parameters:
Name Type Description
pocket PocketSelectors
Returns:
Type:
any

emitter_cb(probe, status) → {Object}

Source:
Parameters:
Name Type Description
probe Probe
status 'open' | 'updated' | 'complete' | 'send' | 'error'
Returns:
Type:
Object

filter_cb(probe) → {any}

Source:
Parameters:
Name Type Description
probe Probe
Returns:
Type:
any

list_cb(probeCopy) → {Object}

Source:
Parameters:
Name Type Description
probeCopy object
Returns:
Type:
Object

onChange_cb(probe, id) → {Object}

Source:
Parameters:
Name Type Description
probe Probe
id string
Returns:
Type:
Object

onChange_cb(probe, id) → {any}

Source:
Parameters:
Name Type Description
probe Probe
id string
Returns:
Type:
any

onProbeComplete_cb(probe, id) → {any}

Source:
Parameters:
Name Type Description
probe Probe
id string
Returns:
Type:
any