Contents

writeElement(_:withPasteboardTypes:to:)

Writes an element to the pasteboard using a list of types.

Declaration

func writeElement(_ element: [AnyHashable : Any]!, withPasteboardTypes types: [Any]!, to pasteboard: NSPasteboard!)

Parameters

  • element:

    The element to write to the pasteboard.

  • types:

    The pasteboard types to use for the element.

  • pasteboard:

    The pasteboard to use for writing.

See Also

Using the Pasteboard