Package com.vaadin.copilot
Interface CopilotCommand
- All Known Implementing Classes:
AccessibilityCheckerMessageHandler,AICommandHandler,ApplicationInitializer,FeedbackHandler,I18nHandler,IdeHandler,IdePluginCommandHandler,InfoHandler,JavaParserHandler,JavaRewriteHandler,MachineConfigurationHandler,OpenComponentInIDE,PreviewHandler,ProjectFileHandler,RouteHandler,ThemeEditorMessageHandler,UserInfoHandler
public interface CopilotCommand
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault voidhandleConnect(DevToolsInterface devToolsInterface) booleanhandleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface)
-
Field Details
-
KEY_REQ_ID
- See Also:
-
KEY_CANCEL_REQ_ID
- See Also:
-
-
Method Details
-
handleMessage
boolean handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) -
handleConnect
-