active-table
Version:
Framework agnostic table component for editable data experience
8 lines • 498 B
TypeScript
import { ActiveTable } from '../../../../../activeTable';
export declare class LabelCellTextElement {
private static readonly TEXT_CLASS;
static isLabelText(element: HTMLElement): boolean;
static setCellTextAsAnElement(cellElement: HTMLElement, backgroundColor: string, isCellTextEditable: boolean): void;
static finaliseEditedText(at: ActiveTable, textElement: HTMLElement, columnIndex: number, processMatching?: boolean): void;
}
//# sourceMappingURL=labelCellTextElement.d.ts.map