angular2-json-schema-form-ionic
Version:
Ionic framework library for the [Angular 2 JSON Schema Form](https://github.com/dschnelldavis/angular2-json-schema-form)
14 lines (13 loc) • 392 B
TypeScript
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);
isDraggable(node: any): boolean;
showWidget(layoutNode: any): boolean;
}