UNPKG

tibas-form-json-generator

Version:

Fully configured form generator via JSON data with a custom template for each attribute + onChange events.

10 lines (9 loc) 228 B
import { AttributeModel } from './attribute.model'; export declare class ItemModel { code: string; label: string; categoryId: number; children: ItemModel[]; attrValues: AttributeModel[]; constructor(); }