PROTOCOL
WorkflowUIObserver
¶
public protocol WorkflowUIObserver
Protocol to observe events emitted from WorkflowUI. N.B. This is currently part of an experimental interface, and may have breaking changes in the future.
Methods¶
observeEvent(_:)
¶
func observeEvent<E: WorkflowUIEvent>(_ event: E)