@koalarx/ui
Version:
Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.
9 lines (8 loc) • 362 B
TypeScript
import { KoalaDynamicFormConfigInterface } from './koala.dynamic-form-config.interface';
export interface KoalaDynamicFormMoreItensShowFieldConfigInterface {
nameField: string;
fieldsToShow: string[];
fnShow: (value: any) => boolean;
clearCurrentValue?: boolean;
dynamicFormConfig?: (value: any) => KoalaDynamicFormConfigInterface;
}