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
IsVisibleinApplicationState) and emits a Sky event so the renderer can collapse the panel; the channel itself stays in state with its buffered lines so a laterrevealcan re-open it without losing content. To remove the channel entirely, usedispose_channelinstead. - reveal_
channel ๐ - Reveals an output channel in the UI.