CloseOutputChannelView

Function CloseOutputChannelView 

Source
pub fn CloseOutputChannelView(
    ChannelIdentifier: String,
) -> ActionEffect<Arc<dyn OutputChannelManager>, CommonError, ()>
Expand description

Creates an effect that, when executed, will close the view of the specified output channel in the UI.

This does not dispose of the channel or its content; it can be revealed again later. It uses the OutputChannelManager capability from the environment.

§Parameters

  • ChannelIdentifier: The unique ID of the target channel.

§Returns

An ActionEffect that resolves to () on success.