angular4-json-schema-form-updated
Version:
Angular JSON Schema Form builder
16 lines (15 loc) • 483 B
TypeScript
import { OnInit } from '@angular/core';
import { JsonSchemaFormService } from '../json-schema-form.service';
export declare class SectionComponent implements OnInit {
private jsf;
options: any;
expanded: boolean;
containerType: string;
layoutNode: any;
layoutIndex: number[];
dataIndex: number[];
constructor(jsf: JsonSchemaFormService);
ngOnInit(): void;
toggleExpanded(): void;
getFlexAttribute(attribute: string): any;
}