observation-js Documentation - v1.14.0
    Preparing search index...

    Interface ContentBlockHtml

    interface ContentBlockHtml {
        skippable?: boolean;
        type: "html";
        body: string;
        collapsed?: boolean;
    }

    Hierarchy

    • ContentBlockBase
      • ContentBlockHtml
    Index

    Properties

    skippable?: boolean
    type: "html"
    body: string
    collapsed?: boolean