File

src/IGridColumn.ts

Index

Properties

Properties

name
name: string
Type : string
title
title: string
Type : string
type
type: string
Type : string
value
value: any
Type : any
export interface IGridColumn {
  name: string;
  title: string;
  type: string;
  value?: any;
}

results matching ""

    No results matching ""