Class AutocompleteRequest
OptimaJet.Workflow.Core.Runtime.CodeAutocomplete.AutocompleteRequest
Represents a request for retrieving code autocomplete suggestions.
Namespace: OptimaJet.Workflow.Core.Runtime.CodeAutocomplete
public class AutocompleteRequestInheritance
- Object
Properties
Name
Type
Pattern #StringGets or sets the text pattern to match autocomplete candidates against.
Usings #List<String>Gets or sets the list of namespaces currently in scope.
Variables #List<AutocompleteVariable>Gets or sets the variables that are available for autocomplete.
Id #Int32Gets or sets the request identifier echoed in the autocomplete response.