Uses of Class
io.github.cdklabs.projen.web.ReactComponentOptions.Builder
-
Packages that use ReactComponentOptions.Builder Package Description io.github.cdklabs.projen.web -
-
Uses of ReactComponentOptions.Builder in io.github.cdklabs.projen.web
Methods in io.github.cdklabs.projen.web that return ReactComponentOptions.Builder Modifier and Type Method Description static ReactComponentOptions.BuilderReactComponentOptions. builder()ReactComponentOptions.BuilderReactComponentOptions.Builder. rewire(Map<String,? extends Object> rewire)Sets the value ofReactRewireOptions.getRewire()ReactComponentOptions.BuilderReactComponentOptions.Builder. typescript(Boolean typescript)Sets the value ofReactComponentOptions.getTypescript()Constructors in io.github.cdklabs.projen.web with parameters of type ReactComponentOptions.Builder Constructor Description Jsii$Proxy(ReactComponentOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theReactComponentOptions.Builder.
-