Skip to content

Commit f0a7391

Browse files
committed
add comments to title and subtitle properties
1 parent 2c8330c commit f0a7391

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Flow.Launcher.Plugin/Result.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,14 @@ public class Result
1313

1414
private string _icoPath;
1515

16+
/// <summary>
17+
/// Provides the title of the result. This is always required.
18+
/// </summary>
1619
public string Title { get; set; }
1720

21+
/// <summary>
22+
/// Provides additional details for the result. This is optional
23+
/// </summary>
1824
public string SubTitle { get; set; } = string.Empty;
1925

2026
/// <summary>

0 commit comments

Comments
 (0)