UNPKG

ngx-schema-forms

Version:

New features: - Ajv schema validator. - Angular forms compatible: Property tree is created using FormGroup, FormArray and FormControl classes. - Array now properly loads initial data from model. - WidgetTyep: WidgetRegistry now supports WidgetType, now wo

11 lines (10 loc) 331 B
import { ButtonLayoutWidget, Widget } from './widget'; export declare class ButtonWidgetOptions { onInvalidFormProperty: { disable: boolean; preventClick: boolean; }; } export declare abstract class ButtonWidget<T extends Widget = Widget> extends ButtonLayoutWidget<T> { options: ButtonWidgetOptions; }