Interface AutoCompletionAction
-
- All Known Implementing Classes:
JavaScriptCallbackAction,OpenUrl,RunQuery,RunTriggerAsQuery
public interface AutoCompletionActionThis interface groups the options for what action occurs when an auto completion suggestion is selected. Please note that plugins cannot provide new implementations of this interface. Funnelback supports the following types of actions occurring when an auto completion suggestion is selectedJavaScriptCallbackActionOpenUrlRunQueryRunTriggerAsQuerySee the subclasses for further details on each option.