content

Objective-C

@property (nonatomic, readonly, nullable) id content;

Swift

var content: Any? { get }

The content of the item. Defaults to nil.