isOpen
Returns a Boolean value that indicates whether the outline object is initially disclosed.
Declaration
var isOpen: Bool { get set }Discussion
Calling isOpen on an outline object that has no children always returns false. Calling isOpen on the root outline object always returns true.