- All Implemented Interfaces:
com.vaadin.flow.server.frontend.TypeScriptBootstrapModifier, Serializable
public class CopilotLoader
extends Object
implements com.vaadin.flow.server.frontend.TypeScriptBootstrapModifier
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
void
modify(List<String> bootstrapTypeScript,
com.vaadin.flow.server.frontend.Options options,
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner frontendDependenciesScanner)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CopilotLoader
public CopilotLoader()
-
Method Details
-
modify
public void modify(List<String> bootstrapTypeScript,
com.vaadin.flow.server.frontend.Options options,
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner frontendDependenciesScanner)
- Specified by:
modify in interface com.vaadin.flow.server.frontend.TypeScriptBootstrapModifier