Contents

outlineViewItemWillExpand(_:)

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

Declaration

@MainActor optional func outlineViewItemWillExpand(_ notification: Notification)

Parameters

  • notification:

    The posted notification.

Discussion

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

See Also

Working with the Outline Column