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 b37f9f3 commit dc36633Copy full SHA for dc36633
Flow.Launcher.Plugin/IPublicAPI.cs
@@ -182,6 +182,9 @@ public interface IPublicAPI
182
/// <summary>
183
/// Save JsonStorage for current plugin. This is the method used to save settings to json in Flow.Launcher
184
/// This method will override the original class instance loaded from LoadJsonStorage
185
+ /// This method allows registering a type with provided instance so that it won't create a new one.
186
+ /// Only use it when you would like to create a new instance of the type instance and overwrite the original one
187
+ /// stored before.
188
/// </summary>
189
/// <typeparam name="T">Type for Serialization</typeparam>
190
/// <returns></returns>
0 commit comments