SMICitedInlineMetadata
Objective-C
@protocol SMICitedInlineMetadata <NSObject>
Swift
protocol CitedInlineMetadata : NSObjectProtocol
Represents the location data of a given citation.
-
Contains the start and end offset for the citation.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) id<SMICitationClaim> claim;
Swift
var claim: (any CitationClaim)? { get }
-
The location of where the citation should end.
Declaration
Objective-C
@property (nonatomic, readonly) NSUInteger citedLocationOffset;
Swift
var citedLocationOffset: UInt { get }