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)