Contents

outlineViewItemDidExpand(_:)

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

Declaration

@MainActor optional func outlineViewItemDidExpand(_ notification: Notification)

Parameters

  • notification:

    The posted notification.

Discussion

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

See Also

Working with the Outline Column