Contents

browser(_:child:ofItem:)

Asks the delegate to return the child of the specified item at the specified index.

Declaration

@MainActor optional func browser(_ browser: NSBrowser, child index: Int, ofItem item: Any?) -> Any

Parameters

  • browser:

    The browser.

  • index:

    The child’s index.

  • item:

    The item containing the child.

Return Value

The child at the specified index.

See Also

Accessing Components