UNPKG

angular2-json-schema-form

Version:
23 lines (22 loc) 684 B
import { OnInit } from '@angular/core'; import { AbstractControl } from '@angular/forms'; import { JsonSchemaFormService } from '../../json-schema-form.service'; export declare class MaterialCheckboxComponent implements OnInit { private jsf; formControl: AbstractControl; controlName: string; controlValue: any; controlDisabled: boolean; boundControl: boolean; options: any; trueValue: any; falseValue: any; showSlideToggle: boolean; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; constructor(jsf: JsonSchemaFormService); ngOnInit(): void; updateValue(event: any): void; readonly isChecked: boolean; }