Skip to content

Commit a6bfe6f

Browse files
authored
Merge pull request #39 from Flow-Launcher/remove_subtitle_highlight_add_autocomplete
remove subtitle highlight add autocomplete
2 parents f9cb664 + 6f311d1 commit a6bfe6f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

API-Reference/Flow.Launcher.Plugin/result.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,16 @@ public IList<int> TitleHighlightData { get; set; }
107107

108108
[IList&lt;Int32&gt;](https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ilist-1)<br>
109109
110-
### **SubTitleHighlightData**
111-
112-
A list of indexes for the characters to be highlighted in SubTitle
110+
### **AutoCompleteText**
111+
Full text display in the query window when autocomplete is triggered
113112

114113
```csharp
115-
public IList<int> SubTitleHighlightData { get; set; }
114+
public string AutoCompleteText { get; set; }
116115
```
117116

118117
#### Property Value
119118

120-
[IList&lt;Int32&gt;](https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ilist-1)<br>
119+
[String](https://docs.microsoft.com/en-us/dotnet/api/system.string)<br>
121120
122121
### **PluginDirectory**
123122

0 commit comments

Comments
 (0)