Variable StructuredRenderSectionType
StructuredRenderSectionType: {
codeBlock: "codeBlock";
collapsible: "collapsible";
empty: "empty";
icon: "icon";
inlineCode: "inlineCode";
list: "list";
markdown: "markdown";
processing: "processing";
source: "source";
table: "table";
tag: "tag";
text: "text";
}
Type Declaration
codeBlock: "codeBlock"
collapsible: "collapsible"
empty: "empty"
icon: "icon"
inlineCode: "inlineCode"
list: "list"
markdown: "markdown"
processing: "processing"
source: "source"
table: "table"
tag: "tag"
text: "text"
An enum of all supported structured render section types.