File

src/interfaces/callback.interface.ts

Index

Properties

Properties

grid
grid: any
Type : any
Optional
item
item: any
Type : any
Optional
itemIndex
itemIndex: any
Type : any
Optional
row
row: any
Type : any
Optional
export interface CallbackItem {
    grid?: any;
    row?: any;
    item?: any;
    itemIndex?: any;
}

results matching ""

    No results matching ""