SearchMatchV2
public class SearchMatchV2 : CustomStringConvertible, JSONRepresentable
The SearchMatchV2 struct
-
The metadata for the matched file or folder.
Declaration
Swift
public let metadata: Files.MetadataV2
-
The type of the match.
Declaration
Swift
public let matchType: Files.SearchMatchTypeV2?
-
The list of HighlightSpan determines which parts of the file title should be highlighted.
Declaration
Swift
public let highlightSpans: [Files.HighlightSpan]?
-
Declaration
Swift
public var description: String { get }