Uses of Class
io.github.cdklabs.projen.javascript.QuoteProps
-
Packages that use QuoteProps Package Description io.github.cdklabs.projen.javascript -
-
Uses of QuoteProps in io.github.cdklabs.projen.javascript
Methods in io.github.cdklabs.projen.javascript that return QuoteProps Modifier and Type Method Description default QuotePropsPrettierSettings. getQuoteProps()(experimental) Change when properties in objects are quoted.QuotePropsPrettierSettings.Jsii$Proxy. getQuoteProps()static QuotePropsQuoteProps. valueOf(String name)Returns the enum constant of this type with the specified name.static QuoteProps[]QuoteProps. 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 QuoteProps Modifier and Type Method Description PrettierSettings.BuilderPrettierSettings.Builder. quoteProps(QuoteProps quoteProps)Sets the value ofPrettierSettings.getQuoteProps()
-