UNPKG

@rangertechnologies/ngnxt

Version:

This library was used for creating dymanic UI based on the input JSON/data

9 lines (8 loc) 195 B
export interface DependencyMeta { sourceQuestionId: string; labelField: string; valueField: string; disabled: string; dependentValue: string; isDependentField: boolean; }