Documentation
    Preparing search index...

    Interface TableRow

    interface TableRow {
        columnCellMap: TableColumnCellMap;
        href?: string;
        onClick?: () => void;
        onHoverChange?: (isHovered: boolean) => void;
    }

    Hierarchy

    Index
    columnCellMap: TableColumnCellMap
    href?: string
    onClick?: () => void
    onHoverChange?: (isHovered: boolean) => void