Skip to main content

Interface: IResponse

nexus.v1.IResponse

Properties of a Response.

Hierarchy

Properties

cancelOperation

Optional cancelOperation: null | $Properties

Response cancelOperation

Inherited from

$Properties.cancelOperation


startOperation

Optional startOperation: null | $Properties

Response startOperation

Inherited from

$Properties.startOperation


variant

Optional variant: "startOperation" | "cancelOperation"

Variant must correlate to the corresponding Request's variant.

Inherited from

$Properties.variant