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 d97b9ed commit e869b0cCopy full SHA for e869b0c
Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
@@ -228,6 +228,10 @@ public interface IPublicAPI
228
/// </summary>
229
/// <param name="pluginId">ID for plugin that needs to add action keyword</param>
230
/// <param name="newActionKeyword">The actionkeyword that is supposed to be added</param>
231
+ /// <remarks>
232
+ /// If new action keyword contains any whitespace, FL will still add it but it will not work for users.
233
+ /// So plugin should check the whitespace before calling this function.
234
+ /// </remarks>
235
void AddActionKeyword(string pluginId, string newActionKeyword);
236
237
/// <summary>
0 commit comments