Contents

contentType

A UTType identifying how to interpret Content.

Declaration

var contentType: UTType

Discussion

Packages that ship data entry payloads should declare a dedicated UTType conforming to .data (or a more specific format like .json) and expose it as a static extension member so consumers can match on it directly.