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

    Interface ContentBlockTable

    interface ContentBlockTable {
        skippable?: boolean;
        type: "table";
        headers: string[];
        rows: (string | number)[][];
    }

    Hierarchy

    • ContentBlockBase
      • ContentBlockTable
    Index

    Properties

    skippable?: boolean
    type: "table"
    headers: string[]
    rows: (string | number)[][]