File

src/IGridRow.ts

Index

Properties

Properties

columns
columns: IGridRowValues[]
Type : IGridRowValues[]
entity
entity: IEntity
Type : IEntity
import { IEntity } from './IEntity';

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

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

results matching ""

    No results matching ""