browser(_:objectValueForItem:)
Returns the object that the specified item uses to draw its contents.
Declaration
@MainActor optional func browser(_ browser: NSBrowser, objectValueForItem item: Any?) -> Any?Parameters
- browser:
The browser.
- item:
The item in question.
Return Value
The item’s object.