File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
API-Reference/Flow.Launcher.Plugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Result.Score property
22
3- Priority of the current result
3+ Priority of the current result default: 0
44
55``` csharp
66public int Score { get ; set ; }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class Result
1818| [OriginQuery ](Result / OriginQuery .md ) { get ; set ; } | Query information associated with the result |
1919| [PluginDirectory ](Result / PluginDirectory .md ) { get ; set ; } | Plugin directory |
2020| [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 |
2222| [SubTitle ](Result / SubTitle .md ) { get ; set ; } | Provides additional details for the result. This is optional |
2323| [SubTitleHighlightData](Result/SubTitleHighlightData.md) { get ; set ; } | A list of indexes for the characters to be highlighted in SubTitle |
2424| [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