Skip to main content

Module ChannelVisibility

Module ChannelVisibility 

Source
Expand description

ยงOutput Channel Visibility Helpers

Internal helper functions for output channel UI visibility operations. These are not public API - they are called by the main provider implementation.

Functionsยง

close_channel ๐Ÿ”’
Closes the view of an output channel in the UI. Hides the channel (mutates IsVisible in ApplicationState) and emits a Sky event so the renderer can collapse the panel; the channel itself stays in state with its buffered lines so a later reveal can re-open it without losing content. To remove the channel entirely, use dispose_channel instead.
reveal_channel ๐Ÿ”’
Reveals an output channel in the UI.