Skip to content

Commit 8d1fce7

Browse files
committed
add default value
1 parent cbde70c commit 8d1fce7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

API-Reference/Flow.Launcher.Plugin/Result/Score.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Result.Score property
22

3-
Priority of the current result
3+
Priority of the current result default: 0
44

55
```csharp
66
public int Score { get; set; }

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class Result
1818
| [OriginQuery](Result/OriginQuery.md) { getset; } | Query information associated with the result |
1919
| [PluginDirectory](Result/PluginDirectory.md) { getset; } | Plugin directory |
2020
| [PluginID](Result/PluginID.md) { get; } | Plugin ID that generated this result |
21-
| [Score](Result/Score.md) { getset; } | Priority of the current result |
21+
| [Score](Result/Score.md) { getset; } | Priority of the current result default: 0 |
2222
| [SubTitle](Result/SubTitle.md) { getset; } | Provides additional details for the result. This is optional |
2323
| [SubTitleHighlightData](Result/SubTitleHighlightData.md) { getset; } | A list of indexes for the characters to be highlighted in SubTitle |
2424
| [SubTitleToolTip](Result/SubTitleToolTip.md) { getset; } | Show message as ToolTip on result SubTitle hover over |

0 commit comments

Comments
 (0)