File tree 2 files changed +2
-2
lines changed
API-Reference/Flow.Launcher.Plugin
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Result.Score property
2
2
3
- Priority of the current result
3
+ Priority of the current result default: 0
4
4
5
5
``` csharp
6
6
public int Score { get ; set ; }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class Result
18
18
| [OriginQuery ](Result / OriginQuery .md ) { get ; set ; } | Query information associated with the result |
19
19
| [PluginDirectory ](Result / PluginDirectory .md ) { get ; set ; } | Plugin directory |
20
20
| [PluginID ](Result / PluginID .md ) { get ; } | Plugin ID that generated this result |
21
- | [Score ](Result / Score .md ) { get ; set ; } | Priority of the current result |
21
+ | [Score ](Result / Score .md ) { get ; set ; } | Priority of the current result default : 0 |
22
22
| [SubTitle ](Result / SubTitle .md ) { get ; set ; } | Provides additional details for the result. This is optional |
23
23
| [SubTitleHighlightData](Result/SubTitleHighlightData.md) { get ; set ; } | A list of indexes for the characters to be highlighted in SubTitle |
24
24
| [SubTitleToolTip](Result/SubTitleToolTip.md) { get ; set ; } | Show message as ToolTip on result SubTitle hover over |
You can’t perform that action at this time.
0 commit comments