UNPKG

herman1vdb-angular2-json-schema-form-ionic

Version:

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

15 lines (14 loc) 449 B
import { JsonSchemaFormService } from 'angular2-json-schema-form'; export declare class IonicRootComponent { private jsf; options: any; dataIndex: number[]; layoutIndex: number[]; layout: any[]; isOrderable: boolean; isFlexItem: boolean; constructor(jsf: JsonSchemaFormService); getSectionTitle(layoutItem: any): any; isDraggable(node: any): boolean; showWidget(layoutNode: any): boolean; }