interface TextWidgetArgs {
    height?: number;
    markdown: Input<string>;
    width?: number;
}

Hierarchy (view full)

Properties

height?: number

The height of the widget in grid units. The default is 6.

Valid Values: 1–1000

markdown: Input<string>

The text to be displayed by the widget.

width?: number

The width of the widget in grid units (in a 24-column grid). The default is 6.

Valid Values: 1–24

Generated using TypeDoc