Skip to main content

Interface: $Properties

Link.Callback.$Properties

Properties of a Callback.

Hierarchy

Properties

componentPath

Optional componentPath: null | string[]

In most cases, the Execution is sufficient to identify the callback's source. But the callback could have been attached some child component of that execution. e.g. a workflow update. The component path describes the unique component as applicable, typically ending with a unique ID. e.g. ["Update", $workflowUpdateId ]


execution

Optional execution: null | $Properties

Callback execution


namespace

Optional namespace: null | string

Callback namespace


requestId

Optional requestId: null | string

Server-generate request ID sent when the callback was dispatched.