effect-tree
    Preparing search index...

    Interface PartRowData<A>

    The row data of the Row Part. It extends PartColumnData.

    interface PartRowData<A> {
        cells: A[];
        hStrut: Text;
        vStrut: [Text, ...Text[]];
    }

    Type Parameters

    • A

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    cells: A[]
    hStrut: Text
    vStrut: [Text, ...Text[]]