Skip to main content

Describes a platform operation to intercept and provides settings for its interception.

Properties (3)

Property Type Default Required Description
domain⚓︎ string | "all" x

io.Connect API domain of the platform operation.

operation⚓︎ string | "all" x

Name of the io.Connect platform operation within the specified io.Connect API domain. Set to "all" to intercept all operations within the domain.

phase⚓︎ "before" | "after" | "all" x x

Specifies whether to intercept the platform operation before or after the execution of its default implementation. Set to "all" to intercept the platform operation both before and after the execution of its default implementation.