expandItem(_:)
Expands a given item.
Declaration
func expandItem(_ item: Any?)Parameters
- item:
An item in the receiver.
Discussion
If item is not expandable or is already expanded, does nothing.
If expanding takes place, posts an item expanded notification.