This holds the text which can be provided by plugin to help Flow autocomplete text for user on the plugin result. If autocomplete action for example is tab, pressing tab will have the default constructed autocomplete text (result's Title), or the text provided here if not empty.
public string AutoCompleteText { get; set; }
- class Result
- namespace Flow.Launcher.Plugin