delegate
The tab view’s delegate.
Declaration
weak var delegate: (any NSTabViewDelegate)? { get set }Discussion
The value of this property must conform to the NSTabViewDelegate protocol.
The tab view’s delegate.
weak var delegate: (any NSTabViewDelegate)? { get set }The value of this property must conform to the NSTabViewDelegate protocol.