@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.300Z") @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
An implementation for
TextWidgetProps |
| Modifier and Type | Method and Description |
|---|---|
static TextWidgetProps.Builder |
builder() |
default Number |
getHeight()
(experimental) Height of the widget.
|
String |
getMarkdown()
(experimental) The text to display, in MarkDown format.
|
default Number |
getWidth()
(experimental) Width of the widget, in a grid of 24 units wide.
|
@Stability(value=Experimental) @NotNull String getMarkdown()
@Stability(value=Experimental) @Nullable default Number getHeight()
Default: 2
@Stability(value=Experimental) @Nullable default Number getWidth()
Default: 6
@Stability(value=Experimental) static TextWidgetProps.Builder builder()
TextWidgetProps.Builder of TextWidgetPropsCopyright © 2021. All rights reserved.