Interface TypeScriptBootstrapModifier

All Superinterfaces:
Serializable

public interface TypeScriptBootstrapModifier extends Serializable
Implemented by classes that want to modify the bootstrap typescript.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    modify(List<String> bootstrapTypeScript, boolean productionMode)
    default void
    modify(List<String> bootstrapTypeScript, boolean productionMode, ThemeDefinition themeDefinition)
    Modifies the bootstrap typescript by mutating the parameter.
  • Method Details

    • modify

      @Deprecated default void modify(List<String> bootstrapTypeScript, boolean productionMode)
      Modifies the bootstrap typescript by mutating the parameter.
      Parameters:
      bootstrapTypeScript - the input typescript split into lines
      productionMode - true if building for production, false otherwise
    • modify

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