You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would change match to matches and range to ranges
/** * A preview of the text result. */exportinterfaceTextSearchResultPreview{/** * The Range within `text` corresponding to the text of the match. */matches: Range[];}/** * A match from a text search */exportinterfaceTextSearchLineMatch{/** * The range of the match within the document. */ranges: Range[];}
The text was updated successfully, but these errors were encountered:
We would change
match
tomatches
andrange
toranges
The text was updated successfully, but these errors were encountered: