@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:22.304Z") @Stability(value=Stable) 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()
Height of the widget.
|
String |
getMarkdown()
The text to display, in MarkDown format.
|
default Number |
getWidth()
Width of the widget, in a grid of 24 units wide.
|
@Stability(value=Stable) @NotNull String getMarkdown()
@Stability(value=Stable) @Nullable default Number getHeight()
Default: 2
@Stability(value=Stable) @Nullable default Number getWidth()
Default: 6
@Stability(value=Stable) static TextWidgetProps.Builder builder()
TextWidgetProps.Builder of TextWidgetPropsCopyright © 2021. All rights reserved.