InterceptionMessageinterface
Describes an intercepted platform operation.
Properties (5)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| callerId⚓︎ | string | x | ID of the app that has invoked the platform operation. Can be used for tracking purposes. |
|
| domain⚓︎ | string | x | The io.Connect API domain in which the platform operation has been intercepted. |
|
| operation⚓︎ | string | x | The io.Connect platform operation that has been intercepted. |
|
| operationArgs⚓︎ | any[] | x | x | In the |
| phase⚓︎ | "before" | "after" | x | Specifies whether the platform operation has been intercepted before or after the execution of its default implementation. |