Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 641 Bytes

ISavable.md

File metadata and controls

20 lines (13 loc) · 641 Bytes

ISavable interface

Save additional plugin data. Inherit this interface if additional data e.g. cache needs to be saved, Otherwise if LoadSettingJsonStorage or SaveSettingJsonStorage has been called, plugin settings will be automatically saved (see Flow.Launcher/PublicAPIInstance.SavePluginSettings) by Flow

public interface ISavable : IFeatures

Members

name description
Save()

See Also