Uses of Class
io.github.cdklabs.projen.javascript.HTMLWhitespaceSensitivity
-
Packages that use HTMLWhitespaceSensitivity Package Description io.github.cdklabs.projen.javascript -
-
Uses of HTMLWhitespaceSensitivity in io.github.cdklabs.projen.javascript
Methods in io.github.cdklabs.projen.javascript that return HTMLWhitespaceSensitivity Modifier and Type Method Description default HTMLWhitespaceSensitivityPrettierSettings. getHtmlWhitespaceSensitivity()(experimental) How to handle whitespaces in HTML.HTMLWhitespaceSensitivityPrettierSettings.Jsii$Proxy. getHtmlWhitespaceSensitivity()static HTMLWhitespaceSensitivityHTMLWhitespaceSensitivity. valueOf(String name)Returns the enum constant of this type with the specified name.static HTMLWhitespaceSensitivity[]HTMLWhitespaceSensitivity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.projen.javascript with parameters of type HTMLWhitespaceSensitivity Modifier and Type Method Description PrettierSettings.BuilderPrettierSettings.Builder. htmlWhitespaceSensitivity(HTMLWhitespaceSensitivity htmlWhitespaceSensitivity)Sets the value ofPrettierSettings.getHtmlWhitespaceSensitivity()
-