UNPKG

ng2-qgrid

Version:
17 lines (16 loc) 567 B
import { OnInit } from '@angular/core'; import { Command } from 'ng2-qgrid/core/command/command'; import { TemplateHostService } from '../../template/template-host.service'; import { PluginService } from '../plugin.service'; export declare class ActionComponent implements OnInit { private plugin; id: string; title: string; icon: string; command: Command; constructor(plugin: PluginService, templateHost: TemplateHostService); execute(): any; canExecute(): boolean; ngOnInit(): void; private readonly model; }