UNPKG

angular2-json-schema-form

Version:
18 lines (17 loc) 523 B
import { OnInit } from '@angular/core'; import { JsonSchemaFormService } from '../json-schema-form.service'; export declare class TabsComponent implements OnInit { private jsf; options: any; itemCount: number; selectedItem: number; showAddTab: boolean; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; constructor(jsf: JsonSchemaFormService); ngOnInit(): void; select(index: any): void; updateControl(): void; setTabTitle(item: any, index: number): string; }