File

src/IGridRow.ts

Index

Properties

Properties

type
type: any
Type : any
value
value: any
Type : any
import { IEntity } from './IEntity';

export interface IGridRow {
  entity: IEntity;
  columns: IGridRowValues[];
}

export interface IGridRowValues {
  type?: any;
  value: any;
}

results matching ""

    No results matching ""