Package com.vaadin.flow.server.frontend
Interface TypeScriptBootstrapModifier
- All Superinterfaces:
Serializable
Implemented by classes that want to modify the bootstrap typescript.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidmodify(List<String> bootstrapTypeScript, Options options, FrontendDependenciesScanner frontendDependenciesScanner) Modifies the bootstrap typescript by mutating the parameter.
-
Method Details
-
modify
default void modify(List<String> bootstrapTypeScript, Options options, FrontendDependenciesScanner frontendDependenciesScanner) Modifies the bootstrap typescript by mutating the parameter.- Parameters:
bootstrapTypeScript- the input typescript split into linesoptions- options used by the buildfrontendDependenciesScanner- the frontend dependencies scanner
-