We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2741366 commit afce702Copy full SHA for afce702
Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
@@ -190,6 +190,7 @@ public interface IPublicAPI
190
191
/// <summary>
192
/// Add ActionKeyword and update action keyword metadata for specific plugin
193
+ /// Before adding, please check if action keyword is already assigned by <see cref="ActionKeywordAssigned"/>
194
/// </summary>
195
/// <param name="pluginId">ID for plugin that needs to add action keyword</param>
196
/// <param name="newActionKeyword">The actionkeyword that is supposed to be added</param>
0 commit comments