UNPKG

ng2-bs-table

Version:
12 lines (9 loc) 249 B
import {Router} from "@angular/router"; export interface TableActionInterface { name: string; glyphicon: string; link: [string, any[]]; label: string; toRoute(router: Router, data: any): void; visible(data: any): boolean }