Package io.github.cdklabs.projen.web
Interface ReactComponentOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,ReactRewireOptions
- All Known Implementing Classes:
ReactComponentOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.366Z") @Stability(Experimental) public interface ReactComponentOptions extends software.amazon.jsii.JsiiSerializable, ReactRewireOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classReactComponentOptions.BuilderA builder forReactComponentOptionsstatic classReactComponentOptions.Jsii$ProxyAn implementation forReactComponentOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ReactComponentOptions.Builderbuilder()default BooleangetTypescript()(experimental) Whether to apply options specific for TypeScript React projects.-
Methods inherited from interface io.github.cdklabs.projen.web.ReactRewireOptions
getRewire
-
-
-
-
Method Detail
-
getTypescript
@Stability(Experimental) @Nullable default Boolean getTypescript()
(experimental) Whether to apply options specific for TypeScript React projects.Default: false
-
builder
@Stability(Experimental) static ReactComponentOptions.Builder builder()
- Returns:
- a
ReactComponentOptions.BuilderofReactComponentOptions
-
-