isVisible
A Boolean value that reflects whether or not the item is visible.
Declaration
var isVisible: Bool { get }Discussion
When true, this item is shown in a currently visible bar. This property is always false for spaces, proxy items, and groups.
This property is key-value observable.