Contents

browser(_:setObjectValue:forItem:)

Sets the object that the specified item uses to draw its contents to the specified object.

Declaration

@MainActor optional func browser(_ browser: NSBrowser, setObjectValue object: Any?, forItem item: Any?)

Parameters

  • browser:

    The browser.

  • object:

    The object to set.

  • item:

    The item whose object is set.

See Also

Accessing Components