effect-tree
    Preparing search index...

    Interface PartColumnData<A>

    The column data of the Column Part.

    interface PartColumnData<A> {
        cells: A[];
        hStrut: Text;
    }

    Type Parameters

    • A

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    cells: A[]
    hStrut: Text