Interface DataGridCellDefDirectiveContext<T>
interface DataGridCellDefDirectiveContext< 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