structured-render - v1.2.0
    Preparing search index...

    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";
    }

    An enum of all supported structured render section types.

    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"