@Generated(value="jsii-pacmak/0.13.2 (build a2116e9)", date="2019-07-01T16:58:11.767Z") @Stability(value=Experimental) public interface TextWidgetProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
TextWidgetProps.Builder
A builder for
TextWidgetProps |
static class |
TextWidgetProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static TextWidgetProps.Builder |
builder() |
Number |
getHeight()
Height of the widget.
|
String |
getMarkdown()
The text to display, in MarkDown format.
|
Number |
getWidth()
Width of the widget, in a grid of 24 units wide.
|
@Stability(value=Experimental) String getMarkdown()
@Stability(value=Experimental) Number getHeight()
@Stability(value=Experimental) Number getWidth()
@Stability(value=Experimental) static TextWidgetProps.Builder builder()
TextWidgetProps.Builder of TextWidgetPropsCopyright © 2019. All rights reserved.