UNPKG

angular2-json-schema-form-ionic

Version:

Ionic framework library for the [Angular 2 JSON Schema Form](https://github.com/dschnelldavis/angular2-json-schema-form)

16 lines (15 loc) 460 B
import { OnInit } from '@angular/core'; import { JsonSchemaFormService } from 'angular2-json-schema-form'; export declare class IonicSectionComponent implements OnInit { private jsf; options: any; expanded: boolean; containerType: string; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; constructor(jsf: JsonSchemaFormService); readonly sectionTitle: string; ngOnInit(): void; toggleExpanded(): void; }