Interface IDesignerAutocompleteProvider
OptimaJet.Workflow.Core.Runtime.IDesignerAutocompleteProvider
Provides autocomplete suggestions for design-time inputs shown in the Workflow Designer UI.
Namespace: OptimaJet.Workflow.Core.Runtime
public interface IDesignerAutocompleteProviderType Hierarchy
- IDesignerAutocompleteProvider Current type
Methods
List<string> GetAutocompleteSuggestions(SuggestionCategory category, string value, string schemeCode) #Gets a list of autocomplete suggestion strings for the specified category and context.
Parameters
Name
Type
Description
categorySuggestionCategoryThe suggestion category that determines the editor context.
valueStringThe rule, action, or condition name used as context for suggestions.
schemeCodeStringThe scheme code for which suggestions are requested.
Returns
Type
Description
List<String>A list of suggestion strings to display, or null when no suggestions are available.