euporie.console.tabs.console.ConditionalContainer

class euporie.console.tabs.console.ConditionalContainer(content: AnyContainer, filter: FilterOrBool)

Wrapper around any other container that can change the visibility. The received filter determines whether the given container should be displayed or not.

Parameters: