@Internal public static interface IWidget.Jsii$Default extends IWidget
IWidget.IWidget.Jsii$Default, IWidget.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default Number |
getHeight()
The amount of vertical grid units the widget will take up.
|
default List<String> |
getWarnings()
Any warnings that are produced as a result of putting together this widget.
|
default Number |
getWidth()
The amount of horizontal grid units the widget will take up.
|
default void |
position(Number x,
Number y)
Place the widget at a given position.
|
default List<Object> |
toJson()
Return the widget JSON for use in the dashboard.
|
@Stability(value=Stable) @NotNull default Number getHeight()
@Stability(value=Stable) @NotNull default Number getWidth()
@Stability(value=Stable) @Nullable default List<String> getWarnings()
getWarnings in interface IWidget@Stability(value=Stable)
default void position(@NotNull
Number x,
@NotNull
Number y)
Copyright © 2022. All rights reserved.