Contents

outlineViewItemWillCollapse(_:)

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

Declaration

@MainActor optional func outlineViewItemWillCollapse(_ notification: Notification)

Parameters

  • notification:

    The posted notification.

Discussion

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

See Also

Working with the Outline Column