Contents

outlineViewItemDidCollapse(_:)

Invoked when the did collapse notification is posted—that is, whenever the user collapses an item in the outline view.

Declaration

@MainActor optional func outlineViewItemDidCollapse(_ notification: Notification)

Parameters

  • notification:

    The posted notification.

Discussion

This method is invoked as a result of posting an itemDidCollapseNotification.

See Also

Working with the Outline Column