File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
API-Reference/Flow.Launcher.Plugin Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -107,17 +107,16 @@ public IList<int> TitleHighlightData { get; set; }
107107
108108[IList < ;Int32 > ;](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
You can’t perform that action at this time.
0 commit comments