XUICEAutocompleteData
Description
Contains the code editor autocomplete options for a given prefix. Returned by autocomplete engines when requested by the code editor.
Properties
Name | Type | Read-Only |
---|---|---|
LongestCommonPrefix | String |
|
Options() | XUICEAutocompleteOption |
|
Prefix | String |
Methods
Name | Parameters | Returns |
---|---|---|
LongestOptionValue | String |
Property Descriptions
LongestCommonPrefix As String
The longest common prefix amongst all suggestions minus the triggering prefix.
Options() As XUICEAutocompleteOption
The autocomplete options available for the specified prefix.
Prefix As String
The prefix that the data contained within this instance is valid for.
Method Descriptions
LongestOptionValue() As String
Returns the option with the longest value.