UNPKG

@ohayojp/form

Version:
15 lines (14 loc) 482 B
import { OnInit } from '@angular/core'; import { SafeHtml } from '@angular/platform-browser'; import { ArrayLayoutWidget } from '../../widget'; export declare class ArrayWidget extends ArrayLayoutWidget implements OnInit { addTitle: SafeHtml; addType: string; removeTitle: string | null; arraySpan: number; get addDisabled(): boolean; get showRemove(): boolean; ngOnInit(): void; addItem(): void; removeItem(index: number): void; }