@eagleoutice/flowr - v2.10.2
    Preparing search index...

    Interface Table

    Represents a table, identified by a header and a list of rows.

    interface Table {
        header: string[];
        rows: string[][];
    }
    Index

    Properties

    Properties

    header: string[]
    rows: string[][]