Contents

propertyList(forType:)

Returns the value for the specified type as a property list.

Declaration

func propertyList(forType type: NSPasteboard.PasteboardType) -> Any?

Parameters

  • type:

    A uniform type identifier string.

Return Value

The value for the specified type as a property list.

See Also

Getting values