Interface DataGridEditCellDefDirectiveContext<T>

interface DataGridEditCellDefDirectiveContext<
    T extends Record<string, any> = Record<string, any>,
> {
    $implicit: T[keyof T];
    data: T;
}

Type Parameters

  • T extends Record<string, any> = Record<string, any>

Properties

Properties

$implicit: T[keyof T]
data: T