Contents

importedContentTypes()

Content types supported by a given value’s Transferable conformance for import (like drop or paste).

Declaration

func importedContentTypes() -> [UTType]

Discussion

Returns a list of all content types available for import. The default implementation of this function is available to all types that conform to Transferable protocol.