Class CopilotLoader

java.lang.Object
com.vaadin.copilot.CopilotLoader
All Implemented Interfaces:
TypeScriptBootstrapModifier, Serializable

public class CopilotLoader extends Object implements TypeScriptBootstrapModifier
See Also:
  • Constructor Details

    • CopilotLoader

      public CopilotLoader()
  • Method Details

    • modify

      public void modify(List<String> bootstrapTypeScript, boolean productionMode, ThemeDefinition themeDefinition)
      Description copied from interface: TypeScriptBootstrapModifier
      Modifies the bootstrap typescript by mutating the parameter.
      Specified by:
      modify in interface TypeScriptBootstrapModifier
      Parameters:
      bootstrapTypeScript - the input typescript split into lines
      productionMode - true if building for production, false otherwise
      themeDefinition - the theme used by the application