SearchMatchV2
open class SearchMatchV2 : CustomStringConvertible
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: Array<Files.HighlightSpan>?
-
Declaration
Swift
open var description: String { get }