Interface IGraphThemeConfigAlt
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IGraphThemeConfigAlt.Jsii$Default
- All Known Implementing Classes:
IGraphThemeConfigAlt.Jsii$Proxy
@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-11-28T05:22:28.492Z") @Stability(Experimental) public interface IGraphThemeConfigAlt extends software.amazon.jsii.JsiiSerializable
(experimental) GraphThemeConfigAlt is simplified definition of theme to apply.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIGraphThemeConfigAlt.Jsii$DefaultInternal default implementation forIGraphThemeConfigAlt.static classIGraphThemeConfigAlt.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default IGraphThemeRenderinggetRendering()default StringgetTheme()
-
-
-
Method Detail
-
getRendering
@Stability(Experimental) @Nullable default IGraphThemeRendering getRendering()
-
getTheme
@Stability(Experimental) @Nullable default String getTheme()
-
-