tokenFieldCell(_:readFrom:)
Allows the delegate to return an array of objects representing the data read from pboard.
Declaration
@MainActor optional func tokenFieldCell(_ tokenFieldCell: NSTokenFieldCell, readFrom pboard: NSPasteboard) -> [Any]?Parameters
- tokenFieldCell:
The token field cell that sent the message.
- pboard:
The pasteboard from which to read the represented objects.
Return Value
An array of represented objects created from the pasteboard data.