RevGrid - v0.9.3
    Preparing search index...

    Interface RevLinedHoverCell<BCS, SF>

    interface RevLinedHoverCell<
        BCS extends RevBehavioredColumnSettings,
        SF extends RevSchemaField,
    > {
        mouseOverLeftLine: boolean;
        mouseOverTopLine: boolean;
        viewCell: RevViewCell<BCS, SF>;
    }

    Type Parameters

    Index

    Properties

    mouseOverLeftLine: boolean
    mouseOverTopLine: boolean
    viewCell: RevViewCell<BCS, SF>