zero.appdocs

Markdown

Presentations v1.0 zero-schema

No description provided.

Required fields

PresentationType Data

Properties

PresentationType string required
This presentation is used to define a Markdown element in a presentation, specifically for displaying text with styling.
Allowed Markdown
Data string required
A string containing the markdown text to be displayed. This text can include formatting such as headers, lists, and emphasis.
Selectable boolean optional
Boolean value indicating whether the Markdown content should be selectable by the user.
Default false
LineBreak boolean optional
A boolean value indicating whether line breaks should be preserved in the rendered Markdown.
Default false
FitContent boolean optional
A boolean value indicating wheather a content should automatically fit within the container.
Default false
ShrinkWrap boolean optional
A boolean value indicating whether the Markdown widget should shrink-wrap its content.
Default false
Child object optional
An optional object representing a child widget that can be included within the Markdown widget.